HomeSort by relevance Sort by last modified time
    Searched refs:getaddrinfo (Results 151 - 175 of 201) sorted by null

1 2 3 4 5 67 8 9

  /external/libxml2/
nanoftp.c 889 if (getaddrinfo (proxy, NULL, &hints, &result) != 0) {
890 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
895 if (getaddrinfo (ctxt->hostname, NULL, &hints, &result) != 0) {
896 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
907 __xmlIOErr(XML_FROM_FTP, 0, "getaddrinfo failed");
    [all...]
nanohttp.c 1079 status = getaddrinfo (host, NULL, &hints, &result);
1081 __xmlIOErr(XML_FROM_HTTP, 0, "getaddrinfo failed\n");
    [all...]
  /external/ltrace/etc/
libc.so.conf 138 int getaddrinfo(string, string, addr, addr);
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc     [all...]
  /external/curl/packages/OS400/
os400sys.c 345 status = getaddrinfo(enodename, eservname, hints, res);
  /external/fio/
configure 1185 ret = getaddrinfo(NULL, NULL, &hints, NULL);
    [all...]
  /external/ipsec-tools/src/racoon/
sockmisc.c 990 error = getaddrinfo(host, port, &hints, &res);
993 "getaddrinfo(%s%s%s): %s\n",
1000 "getaddrinfo(%s%s%s): "
racoonctl.c 778 if (getaddrinfo(av[0], "4500", &hints, &res) != 0)
    [all...]
  /external/libmicrohttpd/src/spdy2http/
proxy.c 1038 ret = getaddrinfo(glob_opt.listen_host, service, &hints, &gai);
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 526 rv = getaddrinfo(host, service, &hints, &res);
528 dief("getaddrinfo", gai_strerror(rv));
test_request_response.c 514 rv = getaddrinfo(host, service, &hints, &res);
516 dief("getaddrinfo", gai_strerror(rv));
  /external/libpcap/Win32/Src/
getaddrinfo.c 49 * Mingw64 has its own implementation of getaddrinfo, mingw32 no
296 getaddrinfo(hostname, servname, hints, res) function
541 * replace gethostbyname() by getaddrinfo().
653 * XXX getaddrinfo() is a name->address
813 * XXX getaddrinfo() is a name->address
  /external/toybox/toys/pending/
dhcp6.c 380 if(!getaddrinfo(TT.req_ip, NULL, NULL,&res)) {
  /external/wpa_supplicant_8/src/wps/
wps_upnp.c 35 * This is because we use the standard linux getaddrinfo() function
274 * resources. Worse, we are currently using the standard Linux getaddrinfo()
348 * getaddrinfo does the right thing with dotted decimal notations, or
351 * internal to getaddrinfo; fortunately we think that the use of actual
367 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ftplib.py 278 for res in socket.getaddrinfo(None, 0, self.af, socket.SOCK_STREAM, 0, socket.AI_PASSIVE):
293 raise socket.error("getaddrinfo returns an empty list")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ftplib.py 278 for res in socket.getaddrinfo(None, 0, self.af, socket.SOCK_STREAM, 0, socket.AI_PASSIVE):
293 raise socket.error("getaddrinfo returns an empty list")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ftplib.py 278 for res in socket.getaddrinfo(None, 0, self.af, socket.SOCK_STREAM, 0, socket.AI_PASSIVE):
293 raise socket.error("getaddrinfo returns an empty list")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ftplib.py 278 for res in socket.getaddrinfo(None, 0, self.af, socket.SOCK_STREAM, 0, socket.AI_PASSIVE):
293 raise socket.error("getaddrinfo returns an empty list")
    [all...]
  /system/netd/tests/
dns_responder.cpp 577 int rv = getaddrinfo(listen_address_.c_str(), listen_service_.c_str(),
580 ALOGI("getaddrinfo(%s, %s) failed: %s", listen_address_.c_str(),
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]
dbus-sysdeps-win.c 75 /* getaddrinfo for Windows CE (and Windows). */
80 // needed for w2k compatibility (getaddrinfo/freeaddrinfo/getnameinfo)
1288 if ((res = getaddrinfo(host, port, &hints, &ai)) != 0 || !ai)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net.go 47 library routines such as getaddrinfo and getnameinfo.
76 On Windows, the resolver always uses C library functions, such as GetAddrInfo and DnsQuery.
  /prebuilts/go/linux-x86/src/net/
net.go 47 library routines such as getaddrinfo and getnameinfo.
76 On Windows, the resolver always uses C library functions, such as GetAddrInfo and DnsQuery.
  /external/fio/engines/
net.c 1032 ret = getaddrinfo(host, NULL, &hints, res);
1040 snprintf(str, sizeof(str), "getaddrinfo: %s", gai_strerror(ret));
  /external/libpcap/
scanner.c     [all...]

Completed in 1066 milliseconds

1 2 3 4 5 67 8 9