Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/netinet/
H A Dip_dummynet.c224 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
316 struct dn_pipe_64 user_pipe_64; in cp_pipe_from_user_64()
319 error = sooptcopyin(sopt, &user_pipe_64, sizeof(struct dn_pipe_64), sizeof(struct dn_pipe_64)); in cp_pipe_from_user_64()
507 cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp) in cp_pipe_to_64_user()
543 bp = ((char *)pipe_bp) + sizeof(struct dn_pipe_64); in cp_pipe_to_64_user()
2404 pipesize = sizeof(struct dn_pipe_64); in dn_calc_size()
2477 (struct dn_pipe_64 *)(void *)bp); in dummynet_get()
H A Dip_dummynet.h640 struct dn_pipe_64 { /* a pipe */ struct