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.c1270 OPTSET(INP_BINDANY); in ip_ctloutput()
1481 optval = OPTBIT(INP_BINDANY); in ip_ctloutput()
H A Din_pcb.h183 #define INP_BINDANY 0x00001000 /* allow bind to any address */ macro
H A Draw_ip.c880 (inp->inp_flags & INP_BINDANY) == 0 && in rip_bind()
H A Din_pcb.c931 if ((inp->inp_flags & INP_BINDANY) == 0 && in in_pcbbind_avail()
/freebsd/sys/netinet6/
H A Din6_src.c242 if ((inp->inp_flags & INP_BINDANY) == 0) { in in6_selectsrc()
H A Dip6_output.c1783 OPTSET(INP_BINDANY); in ip6_ctloutput()
2085 optval = OPTBIT(INP_BINDANY); in ip6_ctloutput()
H A Din6_pcb.c211 NULL && (inp->inp_flags & INP_BINDANY) == 0) { in in6_pcbbind_avail()