Searched refs:getaddrinfo (Results 1 - 25 of 79) sorted by last modified time

1234

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_upnp.c35 * This is because we use the standard linux getaddrinfo() function
271 * resources. Worse, we are currently using the standard Linux getaddrinfo()
345 * getaddrinfo does the right thing with dotted decimal notations, or
348 * internal to getaddrinfo; fortunately we think that the use of actual
364 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
/external/wpa_supplicant_8/src/wps/
H A Dwps_upnp.c35 * This is because we use the standard linux getaddrinfo() function
271 * resources. Worse, we are currently using the standard Linux getaddrinfo()
345 * getaddrinfo does the right thing with dotted decimal notations, or
348 * internal to getaddrinfo; fortunately we think that the use of actual
364 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_upnp.c35 * This is because we use the standard linux getaddrinfo() function
271 * resources. Worse, we are currently using the standard Linux getaddrinfo()
345 * getaddrinfo does the right thing with dotted decimal notations, or
348 * internal to getaddrinfo; fortunately we think that the use of actual
364 rerr = getaddrinfo(host, NULL /* fill in port ourselves */,
/external/tcpdump/
H A Dconfigure5023 # XXX - on Tru64 UNIX 5.1, there is no "getaddrinfo()"
5026 # "getaddrinfo" to be either "ngetaddrinfo" or
5035 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
5036 $as_echo_n "checking for library containing getaddrinfo... " >&6; }
5050 char getaddrinfo ();
5054 return getaddrinfo ();
5088 { $as_echo "$as_me:${as_lineno-$LINENO}: checking getaddrinfo bug" >&5
5089 $as_echo_n "checking getaddrinfo bug... " >&6; }
5117 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
5222 echo 'Fatal: You must get working getaddrinfo() functio
[all...]
/external/qemu/android/
H A Dsockets.c640 ret = getaddrinfo(hostname, NULL, hints, &res);
761 ret = getaddrinfo(hostname, port, &hints, &res);
/external/qemu/util/
H A Dqemu-sockets.c119 fprintf(stderr,"%s: getaddrinfo: family %s, host %s, port %s\n",
162 rc = getaddrinfo(strlen(addr) ? addr : NULL, port, &ai, &res);
164 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port,
266 if (0 != (rc = getaddrinfo(addr, port, &ai, &res))) {
267 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port,
339 if (0 != (rc = getaddrinfo(addr, port, &ai, &peer))) {
340 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port,
363 if (0 != (rc = getaddrinfo(addr, port, &ai, &local))) {
364 fprintf(stderr,"getaddrinfo(%s,%s): %s\n", addr, port,
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp130 int error = getaddrinfo(_address, _port, &hints, &pAddrInfo);
134 sprintf(buffer, "getaddrinfo error: %s", gai_strerror(error));
/external/netcat/
H A Dnetcat.c595 if ((error = getaddrinfo(host, port, &hints, &res)))
596 errx(1, "getaddrinfo: %s", gai_strerror(error));
625 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares)))
626 errx(1, "getaddrinfo: %s", gai_strerror(error));
710 if ((error = getaddrinfo(host, port, &hints, &res)))
711 errx(1, "getaddrinfo: %s", gai_strerror(error));
/external/netperf/
H A Dnetlib.c154 # include "missing/getaddrinfo.h"
2583 fprintf(dumploc, "getaddrinfo returned the following for host '%s' ", host);
2639 address family is specified as AF_UNSPEC, and getaddrinfo() returns
2687 error = getaddrinfo((char *)hostname,
2694 fprintf(where,"Sleeping on getaddrinfo EAI_AGAIN\n");
2725 error = getaddrinfo((char *)localhost,
2732 "Sleeping on getaddrinfo(%s,%s) EAI_AGAIN count %d \n",
H A Dnetserver.c469 error = getaddrinfo((char *)hostname,
476 fprintf(stderr,"Sleeping on getaddrinfo EAI_AGAIN\n");
H A Dnettest_bsd.c134 # include "missing/getaddrinfo.h"
582 error = getaddrinfo((char *)hostname,
589 fprintf(where,"Sleeping on getaddrinfo EAI_AGAIN\n");
596 came after implementing the Solaris broken getaddrinfo kludge -
597 now we see a kludge in Linux getaddrinfo where if it is given
608 /* we ass-u-me this is the Linux getaddrinfo bug, clear the
637 sets in the hints parm to the getaddrinfo call. so, we need to
652 "WARNING! Changed bogus getaddrinfo socket type %d to %d\n",
665 "WARNING! Changed bogus getaddrinfo protocol %d to %d\n",
679 "WARNING! getaddrinfo returne
[all...]
/external/mtpd/
H A Dmtpd.c274 error = getaddrinfo(server, port, &hints, &records);
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3469 // Use the getaddrinfo() to get a linked list of IP addresses for
3471 const int error_num = getaddrinfo(
3474 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3441 // Use the getaddrinfo() to get a linked list of IP addresses for
3443 const int error_num = getaddrinfo(
3446 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
/external/ltrace/etc/
H A Dlibc.so.conf138 int getaddrinfo(string, string, addr, addr);
/external/mdnsresponder/Clients/
H A Ddns-sd.c166 #include <netdb.h> // For getaddrinfo()
953 int err = getaddrinfo(name, NULL, NULL, &addrs);
954 if (err) fprintf(stderr, "getaddrinfo error %d for %s", err, name);
/external/mdnsresponder/mDNSPosix/
H A DmDNSUNP.c139 err = getaddrinfo(addr6, NULL, &hints, &res0);
/external/lldb/source/Core/
H A DConnectionFileDescriptor.cpp1388 int err = ::getaddrinfo (host_str.c_str(), port_str.c_str(), &hints, &service_info_list);
1392 error_ptr->SetErrorStringWithFormat("getaddrinfo(%s, %s, &hints, &info) returned error %i (%s)",
/external/lldb/source/Host/common/
H A DSocketAddress.cpp212 int err = ::getaddrinfo (host, service, hints_ptr, &service_info_list);
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4932 // Use the getaddrinfo() to get a linked list of IP addresses for
4934 const int error_num = getaddrinfo(
4937 GTEST_LOG_(WARNING) << "stream_result_to: getaddrinfo() failed: "
/external/libxml2/
H A Dnanoftp.c889 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");
H A Dnanohttp.c1078 status = getaddrinfo (host, NULL, &hints, &result);
1080 __xmlIOErr(XML_FROM_HTTP, 0, "getaddrinfo failed\n");
/external/libpcap/Win32/Include/
H A Daddrinfo.h35 * Error return codes from getaddrinfo()
56 * Flag values for getaddrinfo()
85 extern int getaddrinfo (const char *, const char *,
/external/libpcap/Win32/Src/
H A Dgetaddrinfo.c49 * 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
/external/libpcap/
H A Dnametoaddr.c133 error = getaddrinfo(name, NULL, &hints, &res);

Completed in 456 milliseconds

1234