Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dip_dummynet.c222 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
314 struct dn_pipe_64 user_pipe_64; in cp_pipe_from_user_64()
317 error = sooptcopyin(sopt, &user_pipe_64, sizeof(struct dn_pipe_64), sizeof(struct dn_pipe_64)); in cp_pipe_from_user_64()
505 cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp) in cp_pipe_to_64_user()
541 bp = ((char *)pipe_bp) + sizeof(struct dn_pipe_64); in cp_pipe_to_64_user()
2391 pipesize = sizeof(struct dn_pipe_64); in dn_calc_size()
2464 (struct dn_pipe_64 *)(void *)bp); in dummynet_get()
H A Dip_dummynet.h640 struct dn_pipe_64 { /* a pipe */ struct