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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c1304 struct inpcbport *phd; local
1314 LIST_FOREACH(phd, porthash, phd_hash) {
1315 if (phd->phd_port == lport)
1318 if (phd != NULL) {
1323 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1628 struct inpcbport *phd; local
1662 LIST_FOREACH(phd, pcbporthash, phd_hash) {
1663 if (phd->phd_port == inp->inp_lport)
1672 if (phd == NULL) {
1673 MALLOC(phd, struc
1728 struct inpcbport *phd = inp->inp_phd; local
[all...]
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_pcb.c925 struct inpcbport *phd; local
935 LIST_FOREACH(phd, porthash, phd_hash) {
936 if (phd->phd_port == lport)
939 if (phd != NULL) {
944 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 16 milliseconds