Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Din_pcb.h379 #define _INPCB_LIST_ENTRY(x) struct _inpcb_list_entry macro
382 #define _INPCB_LIST_ENTRY(x) LIST_ENTRY(x) macro
406 _INPCB_LIST_ENTRY(inpcb) inp_hash; /* hash list */
411 _INPCB_LIST_ENTRY(inpcb) inp_list; /* list for all peer PCBs */
417 _INPCB_LIST_ENTRY(inpcb) inp_portlist; /* this PCB's local port list */