Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDip_output.c1086 OPTSET(INP_BINDANY); in ip_ctloutput()
1282 optval = OPTBIT(INP_BINDANY); in ip_ctloutput()
HDin_pcb.h575 #define INP_BINDANY 0x00001000 /* allow bind to any address */ macro
HDraw_ip.c926 (inp->inp_flags & INP_BINDANY) == 0 && in rip_bind()
HDin_pcb.c817 if ((inp->inp_flags & INP_BINDANY) == 0 && in in_pcbbind_setup()
/NextBSD/sys/netinet6/
HDin6_pcb.c172 (inp->inp_flags & INP_BINDANY) == 0) { in in6_pcbbind()
HDip6_output.c1666 OPTSET(INP_BINDANY); in ip6_ctloutput()
1964 optval = OPTBIT(INP_BINDANY); in ip6_ctloutput()