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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.h255 #define _INPCB_LIST_ENTRY(x) struct _inpcb_list_entry macro
258 #define _INPCB_LIST_ENTRY(x) LIST_ENTRY(x) macro
274 _INPCB_LIST_ENTRY(inpcb) inp_hash; /* hash list */
279 _INPCB_LIST_ENTRY(inpcb) inp_list; /* list for all PCBs of this proto */
285 _INPCB_LIST_ENTRY(inpcb) inp_portlist; /* list for this PCB's local port */

Completed in 24 milliseconds