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

/netbsd-6-1-5-RELEASE/sys/netinet/
H A Din_pcb_hdr.h115 struct inpcbhead *inpt_porthashtbl; member in struct:inpcbtable
H A Din_pcb.c148 &(table)->inpt_porthashtbl[ntohs(lport) & (table)->inpt_porthash]
179 table->inpt_porthashtbl = hashinit(bindhashsize, HASH_LIST, true,
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Din6_pcb.c118 &(table)->inpt_porthashtbl[ntohs(lport) & (table)->inpt_porthash]

Completed in 171 milliseconds