Home
last modified time | relevance | path

Searched refs:dn_pipe_32 (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.101.15/bsd/netinet/
H A Dip_dummynet.c231 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
273 struct dn_pipe_32 user_pipe_32; in cp_pipe_from_user_32()
276 error = sooptcopyin(sopt, &user_pipe_32, sizeof(struct dn_pipe_32), sizeof(struct dn_pipe_32)); in cp_pipe_from_user_32()
469 cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp) in cp_pipe_to_32_user()
505 bp = ((char *)pipe_bp) + sizeof(struct dn_pipe_32); in cp_pipe_to_32_user()
2412 pipesize = sizeof(struct dn_pipe_32); in dn_calc_size()
2484 (struct dn_pipe_32 *)(void *)bp); in dummynet_get()
H A Dip_dummynet.h515 struct dn_pipe_32 { /* a pipe */ struct