Searched refs:phd_pcblist (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Din_pcb.c1753 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
2100 LIST_INIT(&phd->phd_pcblist);
2106 LIST_INSERT_HEAD(&phd->phd_pcblist, inp, inp_portlist);
2185 if (LIST_EMPTY(&phd->phd_pcblist)) {
H A Din_pcb.h500 struct inpcbhead phd_pcblist; member in struct:inpcbport
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Din6_pcb.c1006 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 200 milliseconds