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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
getaddrinfo.c 8 int getaddrinfo(const char *node, const char *service, function
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 179 int WRAP(getaddrinfo)(const char *node, const char *service, function
207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results);
216 * Assuming getaddrinfo() has left structure writeable and the list is generated
219 * ./bionic/libc/netbsd/net/getaddrinfo.c
232 * to the portable version of getaddrinfo().
248 * Again, assuming getaddrinfo() has left structure writeable and the list is generated
  /development/ndk/sources/android/libportable/arch-mips64/
socket.c 179 int WRAP(getaddrinfo)(const char *node, const char *service, function
207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results);
216 * Assuming getaddrinfo() has left structure writeable and the list is generated
219 * ./bionic/libc/netbsd/net/getaddrinfo.c
232 * to the portable version of getaddrinfo().
248 * Again, assuming getaddrinfo() has left structure writeable and the list is generated
  /external/chromium_org/native_client_sdk/src/examples/demo/nacl_io_demo/
example.js 236 function getaddrinfo(e) { function
239 postCall('getaddrinfo', name, family, function(name, addrType) {
240 common.logMessage('getaddrinfo returned successfully');
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 111 int err = getaddrinfo(name, NULL, &hints, &ai);
223 int HostResolver::getaddrinfo(const char* node, function in class:nacl_io::HostResolver
kernel_proxy.cc 1321 int KernelProxy::getaddrinfo(const char* node, function in class:nacl_io::KernelProxy
1325 return host_resolver_.getaddrinfo(node, service, hints, res);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wspiapi.h 34 #define getaddrinfo WspiapiGetAddrInfo macro
50 #define WSPIAPI_FUNCTION_ARRAY { { "getaddrinfo",(FARPROC) WspiapiLegacyGetAddrInfo }, \
  /external/libpcap/Win32/Src/
getaddrinfo.c 49 * Mingw64 has its own implementation of getaddrinfo, mingw32 no
60 "@(#) $Header: /tcpdump/master/libpcap/Win32/Src/getaddrinfo.c,v 1.3 2008-09-15 23:37:51 guy Exp $";
301 getaddrinfo(hostname, servname, hints, res) function
546 * replace gethostbyname() by getaddrinfo().
658 * XXX getaddrinfo() is a name->address
818 * XXX getaddrinfo() is a name->address
  /bionic/libc/dns/net/
getaddrinfo.c 1 /* $NetBSD: getaddrinfo.c,v 1.82 2006/03/25 12:09:40 rpaulo Exp $ */
2 /* $KAME: getaddrinfo.c,v 1.29 2000/08/31 17:26:57 itojun Exp $ */
61 * gethostbyname2 from getaddrinfo will end up in wrong search order, as
457 if (fprintf(proxy, "getaddrinfo %s %s %d %d %d %d %u",
585 getaddrinfo(const char *hostname, const char *servname, function
830 switch (nsdispatch(&result, dtab, NSDB_HOSTS, "getaddrinfo",
    [all...]

Completed in 50 milliseconds