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

/xnu-2422.115.4/bsd/netinet/
H A Din_pcb.c1661 struct inpcbport *phd; local
1671 LIST_FOREACH(phd, porthash, phd_hash) {
1672 if (phd->phd_port == lport)
1675 if (phd != NULL) {
1680 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {
1983 struct inpcbport *phd; local
2024 LIST_FOREACH(phd, pcbporthash, phd_hash) {
2025 if (phd->phd_port == inp->inp_lport)
2034 if (phd == NULL) {
2035 MALLOC(phd, struc
2091 struct inpcbport *phd = inp->inp_phd; local
[all...]
/xnu-2422.115.4/bsd/netinet6/
H A Din6_pcb.c929 struct inpcbport *phd; local
964 LIST_FOREACH(phd, porthash, phd_hash) {
965 if (phd->phd_port == lport)
968 if (phd != NULL) {
973 LIST_FOREACH(inp, &phd->phd_pcblist, inp_portlist) {

Completed in 66 milliseconds