HomeSort by relevance Sort by last modified time
    Searched refs:EAI_FAIL (Results 51 - 61 of 61) sorted by null

1 23

  /bionic/libc/netbsd/net/
getnameinfo.c 199 return EAI_FAIL;
getaddrinfo.c 255 "Non-recoverable failure in name resolution", /* EAI_FAIL */
783 error = EAI_FAIL;
829 error = EAI_FAIL;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 592 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 592 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 592 # define EAI_FAIL -4 /* Non-recoverable failure in name res. */
  /external/tcpdump/missing/
getaddrinfo.c 198 "Non-recoverable failure in name resolution", /* EAI_FAIL */
494 error = EAI_FAIL;
579 error = EAI_FAIL;
588 error = EAI_FAIL;
  /external/chromium/net/base/
host_resolver_impl.cc 210 EAI_FAIL,
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 104 initConstant(env, c, "EAI_FAIL", EAI_FAIL);
  /external/qemu/
sockets.c 645 case EAI_FAIL: /* server is sick */
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 650 case EAI_FAIL: /* server is sick */
    [all...]
  /external/chromium_org/net/dns/
host_resolver_impl.cc 107 EAI_FAIL,
    [all...]

Completed in 457 milliseconds

1 23