Home
last modified time | relevance | path

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

/xnu-12377.41.6/tools/lldbmacros/
H A Dnetdefines.py152 INP_LOWPORT = 0x20 variable
H A Dnet.py1446 if (pcb.inp_flags & INP_LOWPORT):
/xnu-12377.41.6/bsd/netinet/
H A Dip_output.c2526 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()
2531 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()
2537 inp->inp_flags |= INP_LOWPORT; in ip_ctloutput()
2732 } else if (inp->inp_flags & INP_LOWPORT) { in ip_ctloutput()
H A Din_pcb.h794 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro
H A Din_pcb.c1127 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcbbind()
4554 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcbsetport()
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c2812 in6p->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()
2817 in6p->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()
2823 in6p->inp_flags |= INP_LOWPORT; in ip6_ctloutput()
2985 } else if (flags & INP_LOWPORT) { in ip6_ctloutput()
H A Din6_src.c1694 } else if (inp->inp_flags & INP_LOWPORT) { in in6_pcbsetport()