Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.c230 static char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp);
269 struct dn_pipe_32 user_pipe_32; in cp_pipe_from_user_32()
272 error = sooptcopyin(sopt, &user_pipe_32, sizeof(struct dn_pipe_32), sizeof(struct dn_pipe_32)); in cp_pipe_from_user_32()
465 cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp) in cp_pipe_to_32_user()
501 bp = ((char *)pipe_bp) + sizeof(struct dn_pipe_32); in cp_pipe_to_32_user()
2408 pipesize = sizeof(struct dn_pipe_32); in dn_calc_size()
2480 (struct dn_pipe_32 *)(void *)bp); in dummynet_get()
H A Dip_dummynet.h515 struct dn_pipe_32 { /* a pipe */ struct