Home
last modified time | relevance | path

Searched defs:inpcbtable (Results 1 – 1 of 1) sorted by relevance

/minix/sys/netinet/
H A Din_pcb_hdr.h113 struct inpcbtable { struct
114 struct inpcbqueue inpt_queue;
115 struct inpcbhead *inpt_porthashtbl;
116 struct inpcbhead *inpt_bindhashtbl;
117 struct inpcbhead *inpt_connecthashtbl;
118 u_long inpt_porthash;
119 u_long inpt_bindhash;
120 u_long inpt_connecthash;
121 u_int16_t inpt_lastport;
122 u_int16_t inpt_lastlow;
[all …]