Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_output.c1335 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()
1340 inp->inp_flags &= ~(INP_LOWPORT); in ip_ctloutput()
1346 inp->inp_flags |= INP_LOWPORT; in ip_ctloutput()
1460 else if (inp->inp_flags & INP_LOWPORT) in ip_ctloutput()
H A Din_pcb.h526 #define INP_LOWPORT 0x00000020 /* user wants "low" port binding */ macro
H A Din_pcb.c785 } else if (inp->inp_flags & INP_LOWPORT) { in in_pcb_lport_dest()
3067 if (inp_flags & INP_LOWPORT) { in db_print_inpflags()
H A Dsctp_pcb.c2910 } else if (ip_inp->inp_flags & INP_LOWPORT) { in sctp_inpcb_bind_locked()
/freebsd/sys/security/mac_portacl/
H A Dmac_portacl.c473 if ((inp->inp_flags & INP_LOWPORT) == 0) in socket_check_bind()
/freebsd/sys/netinet6/
H A Dip6_output.c2099 inp->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()
2104 inp->inp_flags &= ~(INP_LOWPORT); in ip6_ctloutput()
2110 inp->inp_flags |= INP_LOWPORT; in ip6_ctloutput()
2218 else if (flags & INP_LOWPORT) in ip6_ctloutput()