Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dip_output.c1232 OPTSET(INP_BINDANY); in ip_ctloutput()
1443 optval = OPTBIT(INP_BINDANY); in ip_ctloutput()
H A Din_pcb.h557 #define INP_BINDANY 0x00001000 /* allow bind to any address */ macro
H A Draw_ip.c943 (inp->inp_flags & INP_BINDANY) == 0 && in rip_bind()
H A Din_pcb.c937 if ((inp->inp_flags & INP_BINDANY) == 0 && in in_pcbbind_setup()
/freebsd/sys/netinet6/
H A Din6_src.c251 if ((inp->inp_flags & INP_BINDANY) == 0) { in in6_selectsrc()
H A Din6_pcb.c218 (inp->inp_flags & INP_BINDANY) == 0) { in in6_pcbbind()
H A Dip6_output.c1910 OPTSET(INP_BINDANY); in ip6_ctloutput()
2220 optval = OPTBIT(INP_BINDANY); in ip6_ctloutput()