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

1 2

  /prebuilts/go/darwin-x86/src/net/
cgo_bsd.go 15 const cgoAddrInfoFlags = (C.AI_CANONNAME | C.AI_V4MAPPED | C.AI_ALL) & C.AI_MASK
cgo_solaris.go 15 const cgoAddrInfoFlags = C.AI_CANONNAME | C.AI_V4MAPPED | C.AI_ALL
cgo_linux.go 20 const cgoAddrInfoFlags = C.AI_CANONNAME | C.AI_V4MAPPED | C.AI_ALL
  /prebuilts/go/linux-x86/src/net/
cgo_bsd.go 15 const cgoAddrInfoFlags = (C.AI_CANONNAME | C.AI_V4MAPPED | C.AI_ALL) & C.AI_MASK
cgo_solaris.go 15 const cgoAddrInfoFlags = C.AI_CANONNAME | C.AI_V4MAPPED | C.AI_ALL
cgo_linux.go 20 const cgoAddrInfoFlags = C.AI_CANONNAME | C.AI_V4MAPPED | C.AI_ALL
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 90 #undef AI_ALL
103 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
getaddrinfo.c 38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
  /external/python/cpython2/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
getaddrinfo.c 38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
  /external/python/cpython3/Modules/
addrinfo.h 81 #undef AI_ALL
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
getaddrinfo.c 38 * - PF_UNSPEC case would be handled in getipnodebyname() with the AI_ALL flag.
551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_query_base.hpp 36 all_matching = ASIO_OS_DEF(AI_ALL),
  /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
148 # if defined(AI_ALL) && !defined(__QNXNTO__)
149 # define ASIO_OS_DEF_AI_ALL AI_ALL
  /bionic/libc/include/
netdb.h 165 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
  /bionic/tests/headers/posix/
netdb_h.c 78 MACRO(AI_ALL);
  /external/libevent/include/event2/
util.h 763 #if defined(AI_ALL) && defined(EVENT__HAVE_GETADDRINFO)
764 #define EVUTIL_AI_ALL AI_ALL
783 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 604 # define AI_ALL 0x0010 /* Return IPv4 mapped and IPv6 addresses. */
  /external/libevent/
evutil.c 1101 #ifndef AI_ALL
1125 #ifdef AI_ALL
1126 AI_ALL |
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 213 #define AI_ALL 0x00000100
  /libcore/luni/src/main/java/android/system/
OsConstants.java 117 public static final int AI_ALL = placeholder();
    [all...]
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 73 initConstant(env, c, "AI_ALL", AI_ALL);
    [all...]

Completed in 189 milliseconds

1 2