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

  /src/include/
netdb.h 267 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
273 AI_ADDRCONFIG | AI_SRV)
277 AI_ADDRCONFIG)
  /src/tests/include/
t_netdb.c 103 #ifdef AI_ADDRCONFIG
107 atf_tc_fail_nonfatal("AI_ADDRCONFIG not defined");
  /src/tests/net/inpcb/
inpcb_bind.c 357 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICHOST | AI_NUMERICSERV | \
383 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICHOST;
405 hints.ai_flags = AI_ADDRCONFIG | AI_NUMERICHOST;
  /src/lib/libc/net/
getaddrinfo.c 48 * thing to do? What is the relationship with post-RFC2553 AI_ADDRCONFIG
50 * - (post-2553) semantics of AI_ADDRCONFIG itself is too vague.
52 * against NULL hostname (3) what is AI_ADDRCONFIG itself. AF not ready?
528 if ((pai->ai_flags & AI_ADDRCONFIG) != 0 && addrconfig(&mask) == -1)
1620 * AI_ADDRCONFIG check: Build a mask containing a bit set for each address

Completed in 36 milliseconds