HomeSort by relevance Sort by last modified time
    Searched refs:AI_ADDRCONFIG (Results 1 - 23 of 23) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 92 #undef AI_ADDRCONFIG
105 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
108 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
getaddrinfo.c 551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
addrinfo.h 83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
getaddrinfo.c 551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
socketmodule.c     [all...]
  /external/python/cpython3/Modules/
addrinfo.h 83 #undef AI_ADDRCONFIG
96 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
99 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
getaddrinfo.c 551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error);
socketmodule.c     [all...]
  /bionic/libc/include/
netdb.h 163 AI_ADDRCONFIG)
167 #define AI_ADDRCONFIG 0x00000400 /* only if any address is assigned */
170 #define AI_DEFAULT (AI_V4MAPPED_CFG | AI_ADDRCONFIG)
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_query_base.hpp 37 address_configured = ASIO_OS_DEF(AI_ADDRCONFIG)
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_types.hpp 141 // Note: QNX Neutrino 6.3 defines AI_V4MAPPED, AI_ALL and AI_ADDRCONFIG but
153 # if defined(AI_ADDRCONFIG) && !defined(__QNXNTO__)
154 # define ASIO_OS_DEF_AI_ADDRCONFIG AI_ADDRCONFIG
  /external/webrtc/webrtc/base/
nethelpers.cc 40 hints.ai_flags = AI_ADDRCONFIG;
  /bionic/tests/headers/posix/
netdb_h.c 79 MACRO(AI_ADDRCONFIG);
  /external/libevent/include/event2/
util.h 768 #if defined(AI_ADDRCONFIG) && defined(EVENT__HAVE_GETADDRINFO)
769 #define EVUTIL_AI_ADDRCONFIG AI_ADDRCONFIG
  /external/toybox/toys/net/
ftpget.c 109 AI_ADDRCONFIG));
  /external/libevent/
evutil.c 1098 #ifndef AI_ADDRCONFIG
1122 #ifdef AI_ADDRCONFIG
1123 AI_ADDRCONFIG |
    [all...]
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.cpp 396 .ai_flags = AI_ADDRCONFIG,
  /bionic/libc/dns/net/
getaddrinfo.c 52 * thing to do? What is the relationship with post-RFC2553 AI_ADDRCONFIG
54 * - (post-2553) semantics of AI_ADDRCONFIG itself is too vague.
56 * against NULL hostname (3) what is AI_ADDRCONFIG itself. AF not ready?
366 * available in order to implement AI_ADDRCONFIG.
368 * Strictly speaking, AI_ADDRCONFIG should not look at whether connectivity is
    [all...]

Completed in 410 milliseconds