Home
last modified time | relevance | path

Searched refs:INP_BINDANY (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_output.c1293 OPTSET(INP_BINDANY); in ip_ctloutput()
1517 optval = OPTBIT(INP_BINDANY); in ip_ctloutput()
H A Din_pcb.h703 #define INP_BINDANY 0x00001000 /* allow bind to any address */ macro
H A Draw_ip.c1012 (inp->inp_flags & INP_BINDANY) == 0 && in rip_bind()
H A Din_pcb.c985 if ((inp->inp_flags & INP_BINDANY) == 0 && in in_pcbbind_setup()
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h703 #define INP_BINDANY 0x00001000 /* allow bind to any address */ macro
/f-stack/freebsd/netinet6/
H A Din6_src.c253 if ((inp->inp_flags & INP_BINDANY) == 0) { in in6_selectsrc()
H A Din6_pcb.c190 (inp->inp_flags & INP_BINDANY) == 0) { in in6_pcbbind()
H A Dip6_output.c1938 OPTSET(INP_BINDANY); in ip6_ctloutput()
2266 optval = OPTBIT(INP_BINDANY); in ip6_ctloutput()