Home
last modified time | relevance | path

Searched refs:phd_port (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Din_pcb.h634 u_short phd_port; member
H A Din_pcb.c2380 if (phd->phd_port == lport) { in in_pcblookup_local()
2767 if (phd->phd_port == inp->inp_lport) { in in_pcbinshash()
2777 phd->phd_port = inp->inp_lport; in in_pcbinshash()
/xnu-12377.41.6/bsd/netinet6/
H A Din6_pcb.c1277 if (phd->phd_port == lport) { in in6_pcblookup_local()
/xnu-12377.41.6/tools/lldbmacros/
H A Dnet.py1766 out_string += Getntohs(ppcb.phd_port)