HomeSort by relevance Sort by last modified time
    Searched refs:AI_V4MAPPED (Results 1 - 25 of 35) 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 84 #undef AI_V4MAPPED
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
97 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 84 #undef AI_V4MAPPED
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
97 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 93 #undef AI_V4MAPPED
103 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
106 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 84 #undef AI_V4MAPPED
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
97 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
getaddrinfo.c 551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
  /external/python/cpython2/Modules/
addrinfo.h 84 #undef AI_V4MAPPED
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
97 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
getaddrinfo.c 551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
  /external/python/cpython3/Modules/
addrinfo.h 84 #undef AI_V4MAPPED
94 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
97 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
getaddrinfo.c 551 AI_ADDRCONFIG|AI_ALL|AI_V4MAPPED, &h_error);
  /external/parameter-framework/asio-1.10.6/include/asio/ip/
resolver_query_base.hpp 35 v4_mapped = ASIO_OS_DEF(AI_V4MAPPED),
  /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
143 # if defined(AI_V4MAPPED) && !defined(__QNXNTO__)
144 # define ASIO_OS_DEF_AI_V4MAPPED AI_V4MAPPED
  /bionic/libc/include/
netdb.h 165 #define AI_ALL 0x00000100 /* IPv6 and IPv4-mapped (with AI_V4MAPPED) */
168 #define AI_V4MAPPED 0x00000800 /* accept IPv4-mapped IPv6 address */
  /bionic/tests/headers/posix/
netdb_h.c 77 MACRO(AI_V4MAPPED);
  /external/libevent/include/event2/
util.h 758 #if defined(AI_V4MAPPED) && defined(EVENT__HAVE_GETADDRINFO)
759 #define EVUTIL_AI_V4MAPPED AI_V4MAPPED
783 * - The AI_V4MAPPED and AI_ALL flags are not currently implemented.
  /external/ltp/testcases/network/lib6/
getaddrinfo_01.c 31 #ifndef AI_V4MAPPED
32 #define AI_V4MAPPED 0x0008 /* IPv4 mapped addresses are acceptable. */
480 /* test 11, IPv4 AI_V4MAPPED */
481 /* AI_V4MAPPED should be ignored because family != AF_INET6 */
484 hints.ai_flags = AI_V4MAPPED;
503 tst_resm(TFAIL, "getaddrinfo IPv4 AI_V4MAPPED: "
513 tst_resm(TPASS, "getaddrinfo IPv4 AI_V4MAPPED");
517 "AI_V4MAPPED (\"%s\") returns %ld (\"%s\")", hostname,
939 /* test 22, IPv6 AI_V4MAPPED */
942 hints.ai_flags = AI_V4MAPPED;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 603 # define AI_V4MAPPED 0x0008 /* IPv4 mapped addresses are acceptable. */
  /external/libevent/
evutil.c 1104 #ifndef AI_V4MAPPED
1128 #ifdef AI_V4MAPPED
1129 AI_V4MAPPED |
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 215 #define AI_V4MAPPED 0x00000800
  /libcore/luni/src/main/java/android/system/
OsConstants.java 122 public static final int AI_V4MAPPED = placeholder();
    [all...]

Completed in 728 milliseconds

1 2