Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6_pcb.c1194 struct inpcbporthead *porthash; in in6_pcblookup_local() local
1230 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in6_pcblookup_local()
1232 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
/xnu-8019.80.24/bsd/netinet/
H A Din_pcb.c2250 struct inpcbporthead *porthash; in in_pcblookup_local() local
2259 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in_pcblookup_local()
2261 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()