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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c100 void inpcb_to_xinpcb_n(struct inpcb *, struct xinpcb_n *);
170 inpcb_to_xinpcb_n(struct inpcb *inp, struct xinpcb_n *xinp)
172 xinp->xi_len = sizeof(struct xinpcb_n);
264 size_t item_size = ROUNDUP64(sizeof(struct xinpcb_n)) +
334 struct xinpcb_n *xi = (struct xinpcb_n *)buf;
H A Din_pcb.h410 struct xinpcb_n { struct

Completed in 108 milliseconds