Searched refs:INP_BINDANY (Results 1 – 7 of 7) sorted by relevance
1270 OPTSET(INP_BINDANY); in ip_ctloutput()1481 optval = OPTBIT(INP_BINDANY); in ip_ctloutput()
183 #define INP_BINDANY 0x00001000 /* allow bind to any address */ macro
880 (inp->inp_flags & INP_BINDANY) == 0 && in rip_bind()
931 if ((inp->inp_flags & INP_BINDANY) == 0 && in in_pcbbind_avail()
242 if ((inp->inp_flags & INP_BINDANY) == 0) { in in6_selectsrc()
1783 OPTSET(INP_BINDANY); in ip6_ctloutput()2085 optval = OPTBIT(INP_BINDANY); in ip6_ctloutput()
211 NULL && (inp->inp_flags & INP_BINDANY) == 0) { in in6_pcbbind_avail()