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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c242 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;
272 error = sooptcopyin(sopt, &user_pipe_32, sizeof(struct dn_pipe_32), sizeof(struct dn_pipe_32));
461 char *cp_pipe_to_32_user(struct dn_pipe *p, struct dn_pipe_32 *pipe_bp)
497 bp = ((char *)pipe_bp) + sizeof(struct dn_pipe_32);
2432 pipesize = sizeof(struct dn_pipe_32);
2498 bp = cp_pipe_to_32_user(p, (struct dn_pipe_32 *)bp);
H A Dip_dummynet.h525 struct dn_pipe_32 { /* a pipe */ struct

Completed in 77 milliseconds