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

1 2

  /src/external/bsd/ntp/dist/libntp/
socktohost.c 73 #ifdef AI_ADDRCONFIG
74 hints.ai_flags |= AI_ADDRCONFIG;
78 #ifdef AI_ADDRCONFIG
79 /* Some older implementations don't like AI_ADDRCONFIG. */
81 hints.ai_flags &= ~AI_ADDRCONFIG;
  /src/external/mpl/bind/dist/lib/isc/
getaddresses.c 112 #ifdef AI_ADDRCONFIG
113 hints.ai_flags = AI_ADDRCONFIG;
114 #endif /* ifdef AI_ADDRCONFIG */
117 #ifdef AI_ADDRCONFIG
119 #endif /* ifdef AI_ADDRCONFIG */
129 #ifdef AI_ADDRCONFIG
131 if ((hints.ai_flags & AI_ADDRCONFIG) != 0) {
132 hints.ai_flags &= ~AI_ADDRCONFIG;
135 #endif /* ifdef AI_ADDRCONFIG */
  /src/external/mpl/dhcp/bind/include/irs/
netdb.h 104 #undef AI_ADDRCONFIG
109 #define AI_ADDRCONFIG 0x00000020
110 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
netdb.d 101 AI_ADDRCONFIG
210 enum AI_ADDRCONFIG = 0x20;
294 enum AI_ADDRCONFIG = 0x400;
378 enum AI_ADDRCONFIG = 0x400;
484 enum AI_ADDRCONFIG = 0x400;
572 enum AI_ADDRCONFIG = 0x40;
573 enum AI_MASK = AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_FQDN | AI_ADDRCONFIG;
681 enum AI_MASK = (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_NUMERICSERV | AI_ADDRCONFIG); // valid flags for addrinfo (not a standard def, apps should not use it)
684 enum AI_ADDRCONFIG = 0x400;
686 enum AI_DEFAULT = (AI_V4MAPPED_CFG | AI_ADDRCONFIG);
    [all...]
  /src/external/gpl2/xcvs/dist/lib/
getaddrinfo.h 49 # define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose
  /src/external/bsd/ntp/dist/include/
ntp_rfc2553.h 162 (AI_PASSIVE | AI_CANONNAME | AI_NUMERICHOST | AI_ADDRCONFIG)
164 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
  /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/
netdb.h.in 104 #undef AI_ADDRCONFIG
109 #define AI_ADDRCONFIG 0x00000020
110 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
  /src/include/
netdb.h 267 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
273 AI_ADDRCONFIG | AI_SRV)
277 AI_ADDRCONFIG)
  /src/external/gpl3/gdb/dist/gnulib/import/
netdb.in.h 108 # ifndef AI_ADDRCONFIG
109 # define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to choose
  /src/external/gpl3/gdb.old/dist/gnulib/import/
netdb.in.h 108 # ifndef AI_ADDRCONFIG
109 # define AI_ADDRCONFIG 0 /* 0x0020: Use configuration of this host to choose
  /src/tests/include/
t_netdb.c 103 #ifdef AI_ADDRCONFIG
107 atf_tc_fail_nonfatal("AI_ADDRCONFIG not defined");
  /src/crypto/external/apache2/openssl/dist/crypto/bio/
bio_addr.c 725 #ifdef AI_ADDRCONFIG
729 hints.ai_flags |= AI_ADDRCONFIG;
738 #if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST)
759 #if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST)
760 if (hints.ai_flags & AI_ADDRCONFIG) {
761 hints.ai_flags &= ~AI_ADDRCONFIG;
  /src/crypto/external/bsd/openssl/dist/crypto/bio/
bio_addr.c 702 # ifdef AI_ADDRCONFIG
706 hints.ai_flags |= AI_ADDRCONFIG;
715 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST)
735 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST)
736 if (hints.ai_flags & AI_ADDRCONFIG) {
737 hints.ai_flags &= ~AI_ADDRCONFIG;
  /src/crypto/external/bsd/openssl.old/dist/crypto/bio/
b_addr.c 690 # ifdef AI_ADDRCONFIG
694 hints.ai_flags |= AI_ADDRCONFIG;
703 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST)
722 # if defined(AI_ADDRCONFIG) && defined(AI_NUMERICHOST)
723 if (hints.ai_flags & AI_ADDRCONFIG) {
724 hints.ai_flags &= ~AI_ADDRCONFIG;
  /src/external/bsd/libbind/dist/include/
netdb.h 240 #define AI_ADDRCONFIG 0x00000020
241 #define AI_DEFAULT (AI_V4MAPPED|AI_ADDRCONFIG)
  /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/external/bsd/libevent/dist/include/event2/
util.h 790 #if defined(AI_ADDRCONFIG) && defined(EVENT__HAVE_GETADDRINFO)
791 #define EVUTIL_AI_ADDRCONFIG AI_ADDRCONFIG
  /src/external/bsd/ntp/dist/sntp/libevent/include/event2/
util.h 790 #if defined(AI_ADDRCONFIG) && defined(EVENT__HAVE_GETADDRINFO)
791 #define EVUTIL_AI_ADDRCONFIG AI_ADDRCONFIG
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 453 #ifdef AI_ADDRCONFIG
454 hints.ai_flags |= AI_ADDRCONFIG;
459 * Some older implementations don't like AI_ADDRCONFIG.
461 * global address and AI_ADDRCONFIG is used. AI_ADDRCONFIG
464 * unfortunately instead interprets AI_ADDRCONFIG to relate
1472 #ifdef AI_ADDRCONFIG
1473 hints.ai_flags |= AI_ADDRCONFIG;
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 716 #ifdef AI_ADDRCONFIG
717 hints.ai_flags |= AI_ADDRCONFIG;
721 #ifdef AI_ADDRCONFIG
723 * Some older implementations don't like AI_ADDRCONFIG.
725 * global address and AI_ADDRCONFIG is used. AI_ADDRCONFIG
728 * unfortunately instead interprets AI_ADDRCONFIG to relate
743 hints.ai_flags &= ~AI_ADDRCONFIG;
1990 #ifdef AI_ADDRCONFIG
1991 hints.ai_flags |= AI_ADDRCONFIG;
    [all...]
  /src/external/bsd/libevent/dist/
evutil.c 1136 #ifndef AI_ADDRCONFIG
1160 #ifdef AI_ADDRCONFIG
1161 AI_ADDRCONFIG |
1403 #ifndef AI_ADDRCONFIG
1404 /* Not every system has AI_ADDRCONFIG, so fake it. */
1426 * always-on version of AI_ADDRCONFIG that keeps it from
  /src/external/bsd/ntp/dist/sntp/libevent/
evutil.c 1134 #ifndef AI_ADDRCONFIG
1158 #ifdef AI_ADDRCONFIG
1159 AI_ADDRCONFIG |
1401 #ifndef AI_ADDRCONFIG
1402 /* Not every system has AI_ADDRCONFIG, so fake it. */
1424 * always-on version of AI_ADDRCONFIG that keeps it from
  /src/external/bsd/libbind/dist/irs/
getaddrinfo.c 53 * thing to do? What is the relationship with post-RFC2553 AI_ADDRCONFIG
55 *\li (post-2553) semantics of AI_ADDRCONFIG itself is too vague.
57 * against NULL hostname (3) what is AI_ADDRCONFIG itself. AF not ready?
551 #ifdef AI_ADDRCONFIG
553 * If AI_ADDRCONFIG is specified, check if we are
556 if ((pai->ai_flags & AI_ADDRCONFIG) != 0 &&
1088 * post-2553: AI_ADDRCONFIG check. if we use getipnodeby* as backend, backend
1090 * the semantics of AI_ADDRCONFIG is not defined well. we are not sure
gethostent.c 251 * AI_ADDRCONFIG
273 if ((flags & AI_ADDRCONFIG) != 0)
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winsock2.d 554 AI_ADDRCONFIG = 0x0400,

Completed in 60 milliseconds

1 2