Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/netinet6/
H A Din6_pcb.c1239 struct inpcbporthead *porthash; in in6_pcblookup_local() local
1275 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in6_pcblookup_local()
1277 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
/xnu-10063.101.15/bsd/netinet/
H A Din_pcb.c2378 struct inpcbporthead *porthash; in in_pcblookup_local() local
2387 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in_pcblookup_local()
2389 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()