Searched refs:INP_LOWPORT (Results 1 – 7 of 7) sorted by relevance
1378 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()1383 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()1389 inp->inp_flags |= INP_LOWPORT; in ip_ctloutput()1504 else if (inp->inp_flags & INP_LOWPORT) in ip_ctloutput()
696 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro
711 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcb_lport_dest()3158 if (inp_flags & INP_LOWPORT) { in db_print_inpflags()
3023 } else if (ip_inp->inp_flags & INP_LOWPORT) { in sctp_inpcb_bind()
477 if ((inp->inp_flags & INP_LOWPORT) == 0) in socket_check_bind()
2127 inp->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()2132 inp->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()2138 inp->inp_flags |= INP_LOWPORT; in ip6_ctloutput()2247 else if (flags & INP_LOWPORT) in ip6_ctloutput()