Searched refs:xinpcb64 (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.h371 struct xinpcb64 { struct
756 extern void inpcb_to_xinpcb64(struct inpcb *, struct xinpcb64 *);
H A Draw_ip.c1127 + (n + n/8) * sizeof(struct xinpcb64);
1178 struct xinpcb64 xi;
1210 rip_pcblist64, "S,xinpcb64", "List of active raw IP sockets");
H A Dtcp_var.h984 struct xinpcb64 xt_inpcb;
H A Dudp_usrreq.c1102 2 * (sizeof (xig)) + (n + n/8) * sizeof (struct xinpcb64);
1155 struct xinpcb64 xi;
1187 "S,xinpcb64", "List of active UDP sockets");
H A Din_pcb.c2357 inpcb_to_xinpcb64(struct inpcb *inp, struct xinpcb64 *xinp)

Completed in 187 milliseconds