HomeSort by relevance Sort by last modified time
    Searched full:gai_strerror (Results 51 - 75 of 256) sorted by null

1 23 4 5 6 7 8 91011

  /external/iputils/
tracepath6.c 445 fprintf(stderr, "getaddrinfo: %s\n", gai_strerror(gai));
  /external/ltp/testcases/network/stress/ns-tools/
ns-tcpserver.c 220 fprintf(stderr, "getaddrinfo(): %s\n", gai_strerror(err));
  /external/python/cpython2/Modules/
getaddrinfo.c 202 gai_strerror(int ecode) function
  /external/python/cpython3/Modules/
getaddrinfo.c 202 gai_strerror(int ecode) function
  /external/toybox/toys/net/
ifconfig.c 78 if (!rp) error_exit("bad address '%s' : %s", host, gai_strerror(status));
  /external/toybox/toys/pending/
route.c 106 perror_msg("getaddrinfo: %s", gai_strerror(status));
telnetd.c 103 if (status) error_exit("bad address '%s' : %s", host, gai_strerror(status));
tftp.c 446 error_exit("bad address '%s' : %s", toys.optargs[0], gai_strerror(ret));
  /libcore/luni/src/main/java/libcore/io/
Linux.java 81 public native String gai_strerror(int error); method in class:Linux
  /libcore/ojluni/src/main/java/java/net/
Inet6AddressImpl.java 155 String detailMessage = "Unable to resolve host \"" + host + "\": " + Libcore.os.gai_strerror(gaiException.error);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_socket.so 
  /external/curl/m4/
curl-functions.m4     [all...]
  /external/boringssl/src/tool/
transport_common.cc 114 fprintf(stderr, "getaddrinfo returned: %s\n", gai_strerror(ret));
  /external/libcups/cups/
http-addrlist.c 656 _cupsSetError(IPP_STATUS_ERROR_INTERNAL, gai_strerror(error), 0);
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 593 spdy_dief("getaddrinfo", gai_strerror(rv));
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 528 dief("getaddrinfo", gai_strerror(rv));
test_notls.c 479 dief("getaddrinfo", gai_strerror(rv));
test_request_response.c 516 dief("getaddrinfo", gai_strerror(rv));
  /external/ltp/testcases/network/netstress/
netstress.c 380 tst_brk(TBROK, "getaddrinfo failed, %s", gai_strerror(err));
  /external/python/cpython2/RISCOS/
pyconfig.h 355 /* Define if you have the gai_strerror function. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
netdb.h 673 extern __const char *gai_strerror (int __ecode) __THROW;
  /prebuilts/vndk/v27/x86/arch-x86-x86/shared/vndk-core/
libevent.so 
  /prebuilts/vndk/v27/x86_64/arch-x86-x86_64/shared/vndk-core/
libevent.so 
  /system/core/adb/
sysdeps.h 526 *error = gai_strerror(getaddrinfo_error);
  /system/netd/tests/dns_responder/
dns_responder.cpp 591 listen_service_.c_str(), gai_strerror(rv));

Completed in 2019 milliseconds

1 23 4 5 6 7 8 91011