Searched refs:inpcbport (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h100 LIST_HEAD(inpcbporthead, inpcbport);
156 struct inpcbport *inp_phd; /* head of this list */
265 struct inpcbport;
286 _INPCB_PTR(struct inpcbport *) inp_phd; /* head of this list */
496 struct inpcbport { struct
497 LIST_ENTRY(inpcbport) phd_hash;
H A Din_pcb.c1304 struct inpcbport *phd;
1628 struct inpcbport *phd;
1673 MALLOC(phd, struct inpcbport *, sizeof(struct inpcbport), M_PCB, M_WAITOK);
1728 struct inpcbport *phd = inp->inp_phd;
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c925 struct inpcbport *phd;

Completed in 29 milliseconds