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

/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c927 struct inpcbporthead *porthash; local
962 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
964 LIST_FOREACH(phd, porthash, phd_hash) {
/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c1660 struct inpcbporthead *porthash; local
1669 porthash = &pcbinfo->ipi_porthashbase[INP_PCBPORTHASH(lport,
1671 LIST_FOREACH(phd, porthash, phd_hash) {

Completed in 27 milliseconds