HomeSort by: relevance | last modified time | path
    Searched refs:INP_BINDANY (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
in_pcb.h 180 #define INP_BINDANY 0x2000 /* allow bind to any address */
in_pcb.c 339 else if ((inp->inp_flags & INP_BINDANY) != 0) {
601 if (_ia == NULL && (inp->inp_flags & INP_BINDANY) == 0) {
raw_ip.c 591 (inp->inp_flags & INP_BINDANY) == 0 &&
ip_output.c 1186 OPTSET(INP_BINDANY);
1359 optval = OPTBIT(INP_BINDANY);

Completed in 17 milliseconds