Searched refs:INP_LOWPORT (Results 1 – 7 of 7) sorted by relevance
152 INP_LOWPORT = 0x20 variable
1446 if (pcb.inp_flags & INP_LOWPORT):
2526 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()
794 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro
1127 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcbbind()4554 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcbsetport()
2812 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()
1694 } else if (inp->inp_flags & INP_LOWPORT) { in in6_pcbsetport()