Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Din_pcb.c877 if ((ni->inp_flags2 & INP_BINDMULTI) && in in_pcbbind_check_bindmulti()
883 if ((ni->inp_flags2 & INP_BINDMULTI) && in in_pcbbind_check_bindmulti()
884 ((oi->inp_flags2 & INP_BINDMULTI) == 0)) in in_pcbbind_check_bindmulti()
1008 ((inp->inp_flags2 & INP_BINDMULTI) == 0) && in in_pcbbind_setup()
1046 ((inp->inp_flags2 & INP_BINDMULTI) == 0) && in in_pcbbind_setup()
H A Dip_output.c1299 OPTSET2(INP_BINDMULTI, optval); in ip_ctloutput()
1546 optval = OPTBIT2(INP_BINDMULTI); in ip_ctloutput()
H A Din_pcb.h740 #define INP_BINDMULTI 0x00000040 /* IP_BINDMULTI option is set */ macro
/f-stack/freebsd/netinet6/
H A Din6_pcb.c224 ((inp->inp_flags2 & INP_BINDMULTI) == 0) && in in6_pcbbind()
255 ((inp->inp_flags2 & INP_BINDMULTI) == 0) && in in6_pcbbind()
H A Dip6_output.c1942 OPTSET2(INP_BINDMULTI, optval); in ip6_ctloutput()
2298 optval = OPTBIT2(INP_BINDMULTI); in ip6_ctloutput()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h740 #define INP_BINDMULTI 0x00000040 /* IP_BINDMULTI option is set */ macro