Searched refs:INP_LOWPORT (Results 1 – 6 of 6) sorted by relevance
1096 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()1101 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()1107 inp->inp_flags |= INP_LOWPORT; in ip_ctloutput()1208 else if (inp->inp_flags & INP_LOWPORT) in ip_ctloutput()
505 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro
376 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcb_lport()2294 if (inp_flags & INP_LOWPORT) { in db_print_inpflags()
3018 } else if (ip_inp->inp_flags & INP_LOWPORT) { in sctp_inpcb_bind()
480 if ((inp->inp_flags & INP_LOWPORT) == 0) in socket_check_bind()
1685 in6p->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()1690 in6p->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()1696 in6p->inp_flags |= INP_LOWPORT; in ip6_ctloutput()1813 else if (flags & INP_LOWPORT) in ip6_ctloutput()