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

  /libcore/luni/src/main/java/android/system/
StructAddrinfo.java 38 public int ai_socktype; field in class:StructAddrinfo
  /external/curl/lib/
curl_addrinfo.h 54 int ai_socktype; member in struct:Curl_addrinfo
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 86 int ai_socktype; /* Socket type. */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
131 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
130 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 75 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
76 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
140 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
131 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
  /external/python/cpython2/Modules/
addrinfo.h 66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
130 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
  /external/python/cpython3/Modules/
addrinfo.h 66 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
67 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
130 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
  /bionic/libc/include/
netdb.h 113 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
145 #define EAI_SERVICE 9 /* servname not supported for ai_socktype */
146 #define EAI_SOCKTYPE 10 /* ai_socktype not supported */
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 172 int ai_socktype; /**< SOCK_xxx */ member in struct:addrinfo
204 #define EAI_SERVICE 9 /**< servname not supported for ai_socktype */
205 #define EAI_SOCKTYPE 10 /**< ai_socktype not supported */
  /external/libevent/include/event2/
util.h 662 int ai_socktype; /* SOCK_xxx */ member in struct:evutil_addrinfo
  /system/netd/server/
DnsProxyListener.cpp 318 // int ai_socktype; /* SOCK_xxx */
331 sendBE32(c, ai->ai_socktype) &&
477 int ai_socktype = atoi(argv[5]); local
490 ai_socktype != -1 || ai_protocol != -1) {
494 hints->ai_socktype = ai_socktype;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 573 int ai_socktype; /* Socket type. */ member in struct:addrinfo
625 # define EAI_SOCKTYPE -7 /* `ai_socktype' not supported. */
626 # define EAI_SERVICE -8 /* SERVICE not supported for `ai_socktype'. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 185 int ai_socktype; member in struct:addrinfo
196 int ai_socktype; member in struct:addrinfoW
313 int ai_socktype; member in struct:addrinfoExA
327 int ai_socktype; member in struct:addrinfoExW
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 655 int ai_socktype; member in struct:__sanitizer::__sanitizer_addrinfo
    [all...]
  /external/libpcap/
gencode.c 133 int ai_socktype; /* SOCK_xxx */ member in struct:addrinfo
    [all...]

Completed in 1056 milliseconds