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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcblist.c101 static void inpcb_to_xinpcb_n(struct inpcb *, struct xinpcb_n *);
171 inpcb_to_xinpcb_n(struct inpcb *inp, struct xinpcb_n *xinp)
173 xinp->xi_len = sizeof (struct xinpcb_n);
264 size_t item_size = ROUNDUP64(sizeof (struct xinpcb_n)) +
335 struct xinpcb_n *xi = (struct xinpcb_n *)buf;
H A Din_pcb.h394 struct xinpcb_n { struct

Completed in 71 milliseconds