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

/xnu-2422.115.4/bsd/netinet/
H A Dip_dummynet.c236 static char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp);
315 struct dn_pipe_64 user_pipe_64;
318 error = sooptcopyin(sopt, &user_pipe_64, sizeof(struct dn_pipe_64), sizeof(struct dn_pipe_64));
502 char *cp_pipe_to_64_user(struct dn_pipe *p, struct dn_pipe_64 *pipe_bp)
538 bp = ((char *)pipe_bp) + sizeof(struct dn_pipe_64);
2422 pipesize = sizeof(struct dn_pipe_64);
2490 bp = cp_pipe_to_64_user(p, (struct dn_pipe_64 *)bp);
H A Dip_dummynet.h650 struct dn_pipe_64 { /* a pipe */ struct

Completed in 44 milliseconds