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

  /libcore/luni/src/main/java/android/system/
StructAddrinfo.java 53 public StructAddrinfo ai_next; field in class:StructAddrinfo
  /external/curl/lib/
curl_addrinfo.h 59 struct Curl_addrinfo *ai_next; member in struct:Curl_addrinfo
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 91 struct addrinfo *ai_next; /* Pointer to next in list. */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 136 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 135 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 145 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 136 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
  /external/libpcap/
pcap-new.c 1137 struct addrinfo hints, *addrinfo, *ai_next; /* temp var needed to translate between hostname to its address */ local
1158 ai_next = addrinfo;
1159 while (ai_next)
1161 if (sock_cmpaddr(&temp->host, (struct sockaddr_storage *) ai_next->ai_addr) == 0)
    [all...]
sockutils.c 381 tempaddrinfo = tempaddrinfo->ai_next;
875 struct addrinfo *addrinfo, *ai_next; local
918 /* ai_next is required to preserve the content of addrinfo, in order to deallocate it properly */
919 ai_next = addrinfo;
920 while (ai_next)
922 if (sock_cmpaddr(from, (struct sockaddr_storage *) ai_next->ai_addr) == 0)
932 ai_next = ai_next->ai_next;
    [all...]
pcap-rpcap.c 2084 struct addrinfo hints, *addrinfo, *ai_next; \/* temp var needed to translate between hostname to its address *\/ local
    [all...]
gencode.c 138 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
    [all...]
  /external/python/cpython2/Modules/
addrinfo.h 135 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
  /external/python/cpython3/Modules/
addrinfo.h 135 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
  /bionic/libc/include/
netdb.h 118 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 180 struct addrinfo *ai_next; /**< next structure in linked list */ member in struct:addrinfo
  /external/libevent/include/event2/
util.h 667 struct evutil_addrinfo *ai_next; /* next structure in linked list */ member in struct:evutil_addrinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 578 struct addrinfo *ai_next; /* Pointer to next in list. */ member in struct:addrinfo
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2tcpip.h 190 struct addrinfo *ai_next; member in struct:addrinfo
201 struct addrinfoW *ai_next; member in struct:addrinfoW
321 struct addrinfoexA *ai_next; member in struct:addrinfoExA
335 struct addrinfoexW *ai_next; member in struct:addrinfoExW
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 666 struct __sanitizer_addrinfo *ai_next; member in struct:__sanitizer::__sanitizer_addrinfo
    [all...]

Completed in 376 milliseconds