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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c1152 struct inpcbport *phd; local
1162 LIST_FOREACH(phd, porthash, phd_hash) {
1163 if (phd->phd_port == lport)
1166 if (phd != NULL) {
1171 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1333 struct inpcbport *phd; local
1362 LIST_FOREACH(phd, pcbporthash, phd_hash) {
1363 if (phd->phd_port == inp->inp_lport)
1369 if (phd == NULL) {
1370 MALLOC(phd, struc
1424 struct inpcbport *phd = inp->inp_phd; local
1673 struct inpcbport *phd; local
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Din6_pcb.c1048 struct inpcbport *phd; local
1058 LIST_FOREACH(phd, porthash, phd_hash) {
1059 if (phd->phd_port == lport)
1062 if (phd != NULL) {
1067 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 33 milliseconds