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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c1151 struct inpcbporthead *porthash; local
1160 porthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(lport,
1162 LIST_FOREACH(phd, porthash, phd_hash) {
1674 struct inpcbporthead *porthash; local
1684 porthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(lport,
1686 for (phd = porthash->lh_first; phd != NULL; phd = phd->phd_hash.le_next) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_pcb.c1047 struct inpcbporthead *porthash; local
1056 porthash = &pcbinfo->porthashbase[INP_PCBPORTHASH(lport,
1058 LIST_FOREACH(phd, porthash, phd_hash) {

Completed in 30 milliseconds