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

1 2

  /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)
  /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);
  /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);
  /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);
  /frameworks/base/services/net/java/android/net/dns/
ResolvUtil.java 19 import static android.system.OsConstants.AI_ADDRCONFIG;
46 // Use AI_ADDRCONFIG by default
47 return blockingResolveAllLocally(network, name, AI_ADDRCONFIG);
  /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)
  /prebuilts/go/darwin-x86/src/net/
cgo_linux.go 15 // arguments for and against including AI_ADDRCONFIG
  /prebuilts/go/linux-x86/src/net/
cgo_linux.go 15 // arguments for and against including 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;
  /libcore/ojluni/src/main/java/java/net/
Inet6AddressImpl.java 43 import static android.system.OsConstants.AI_ADDRCONFIG;
131 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
  /cts/tests/tests/net/jni/
NativeMultinetworkJni.c 120 .ai_flags = AI_ADDRCONFIG,
  /external/toybox/toys/net/
ftpget.c 111 AI_ADDRCONFIG));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 605 # define AI_ADDRCONFIG 0x0020 /* Use configuration of this host to choose
  /external/libevent/
evutil.c 1098 #ifndef AI_ADDRCONFIG
1122 #ifdef AI_ADDRCONFIG
1123 AI_ADDRCONFIG |
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 214 #define AI_ADDRCONFIG 0x00000400
  /libcore/luni/src/main/java/android/system/
OsConstants.java 116 public static final int AI_ADDRCONFIG = placeholder();
    [all...]

Completed in 463 milliseconds

1 2