Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_output.c1378 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()
H A Din_pcb.h696 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro
H A Din_pcb.c711 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcb_lport_dest()
3158 if (inp_flags & INP_LOWPORT) { in db_print_inpflags()
H A Dsctp_pcb.c3023 } else if (ip_inp->inp_flags & INP_LOWPORT) { in sctp_inpcb_bind()
/f-stack/freebsd/security/mac_portacl/
H A Dmac_portacl.c477 if ((inp->inp_flags & INP_LOWPORT) == 0) in socket_check_bind()
/f-stack/freebsd/netinet6/
H A Dip6_output.c2127 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()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h696 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro