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

/freebsd-10-stable/sys/netinet/
H A Dip_output.c1057 OPTSET(INP_BINDANY);
1228 optval = OPTBIT(INP_BINDANY);
H A Din_pcb.h564 #define INP_BINDANY 0x00001000 /* allow bind to any address */ macro
H A Draw_ip.c924 (inp->inp_flags & INP_BINDANY) == 0 &&
H A Din_pcb.c572 * If INP_BINDANY is set, then the socket may be bound
575 if ((inp->inp_flags & INP_BINDANY) == 0 &&
/freebsd-10-stable/sys/netinet6/
H A Din6_src.c257 if ((inp->inp_flags & INP_BINDANY) == 0) {
H A Din6_pcb.c167 (inp->inp_flags & INP_BINDANY) == 0) {
H A Dip6_output.c1586 OPTSET(INP_BINDANY);
1866 optval = OPTBIT(INP_BINDANY);

Completed in 181 milliseconds