Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h493 struct xinpcb64 { struct
953 extern void inpcb_to_xinpcb64(struct inpcb *, struct xinpcb64 *);
H A Draw_ip.c1335 + (n + n / 8) * sizeof(struct xinpcb64);
1387 struct xinpcb64 xi;
H A Dudp_usrreq.c1382 2 * (sizeof(xig)) + (n + n / 8) * sizeof(struct xinpcb64);
1433 struct xinpcb64 xi;
H A Dtcp_var.h1534 struct xinpcb64 xt_inpcb;
H A Din_pcb.c3108 inpcb_to_xinpcb64(struct inpcb *inp, struct xinpcb64 *xinp) in inpcb_to_xinpcb64()