Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Din6_pcb.c1198 struct inpcbporthead *porthash; in in6_pcblookup_local() local
1234 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in6_pcblookup_local()
1236 LIST_FOREACH(phd, porthash, phd_hash) { in in6_pcblookup_local()
/xnu-8796.141.3/bsd/netinet/
H A Din_pcb.c2333 struct inpcbporthead *porthash; in in_pcblookup_local() local
2342 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport, in in_pcblookup_local()
2344 LIST_FOREACH(phd, porthash, phd_hash) { in in_pcblookup_local()