Searched refs:INP_HIGHPORT (Results 1 – 7 of 7) sorted by relevance
151 INP_HIGHPORT = 0x10 variable
1444 if (pcb.inp_flags & INP_HIGHPORT):
2527 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()
793 #define INP_HIGHPORT 0x00000010 /* user wants "high" port binding */ macro
1123 if (inp->inp_flags & INP_HIGHPORT) { in in_pcbbind()4550 if (inp->inp_flags & INP_HIGHPORT) { in in_pcbsetport()
2813 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()
1690 if (inp->inp_flags & INP_HIGHPORT) { in in6_pcbsetport()