Home
last modified time | relevance | path

Searched refs:INP_HIGHPORT (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py151 INP_HIGHPORT = 0x10 variable
H A Dnet.py1444 if (pcb.inp_flags & INP_HIGHPORT):
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c2527 inp->inp_flags &= ~(INP_HIGHPORT); in ip_ctloutput()
2532 inp->inp_flags |= INP_HIGHPORT; in ip_ctloutput()
2536 inp->inp_flags &= ~(INP_HIGHPORT); in ip_ctloutput()
2730 if (inp->inp_flags & INP_HIGHPORT) { in ip_ctloutput()
H A Din_pcb.h793 #define INP_HIGHPORT 0x00000010 /* user wants "high" port binding */ macro
H A Din_pcb.c1123 if (inp->inp_flags & INP_HIGHPORT) { in in_pcbbind()
4550 if (inp->inp_flags & INP_HIGHPORT) { in in_pcbsetport()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2813 in6p->inp_flags &= ~(INP_HIGHPORT); in ip6_ctloutput()
2818 in6p->inp_flags |= INP_HIGHPORT; in ip6_ctloutput()
2822 in6p->inp_flags &= ~(INP_HIGHPORT); in ip6_ctloutput()
2983 if (flags & INP_HIGHPORT) { in ip6_ctloutput()
H A Din6_src.c1690 if (inp->inp_flags & INP_HIGHPORT) { in in6_pcbsetport()