HomeSort by relevance Sort by last modified time
    Searched defs:AI_V4MAPPED (Results 1 - 18 of 18) sorted by null

  /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...]
  /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 */
  /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 */
  /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 */
  /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 */
  /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. */
  /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...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/current/
core.jar 

Completed in 266 milliseconds