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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.h238 #define _INPCB_LIST_ENTRY(x) struct _inpcb_list_entry macro
241 #define _INPCB_LIST_ENTRY(x) LIST_ENTRY(x) macro
265 _INPCB_LIST_ENTRY(inpcb) inp_hash; /* hash list */
270 _INPCB_LIST_ENTRY(inpcb) inp_list; /* list for all peer PCBs */
276 _INPCB_LIST_ENTRY(inpcb) inp_portlist; /* this PCB's local port list */

Completed in 68 milliseconds