Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Din_pcb.h227 struct inpcbtable { struct
228 struct inpcbqueue inpt_queue;
229 struct inpcbhead *inpt_porthashtbl;
230 struct inpcbhead *inpt_bindhashtbl;
231 struct inpcbhead *inpt_connecthashtbl;
232 u_long inpt_porthash;
233 u_long inpt_bindhash;
234 u_long inpt_connecthash;
235 in_port_t inpt_lastport;
236 in_port_t inpt_lastlow;
[all …]