Home
last modified time | relevance | path

Searched refs:getaddrinfo (Results 1 – 25 of 154) sorted by relevance

1234567

/external/openssh/openbsd-compat/
Dfake-rfc2553.h153 #ifdef getaddrinfo
154 # undef getaddrinfo
156 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
157 int getaddrinfo(const char *, const char *,
/external/compiler-rt/test/msan/
Dgetaddrinfo-positive.cc16 int res = getaddrinfo("localhost", NULL, NULL, &ai); in main()
18 res = getaddrinfo("localhost", NULL, &hint, &ai); in main()
Dgetaddrinfo.cc22 int res = getaddrinfo("not-in-etc-hosts", NULL, NULL, &ai); in main()
/external/netperf/src/missing/
Dgetaddrinfo.h149 #define getaddrinfo my_getaddrinfo macro
227 int getaddrinfo(const char *, const char *, const struct addrinfo *,
234 int getaddrinfo();
DMakefile.am5 libcompat_a_SOURCES = getaddrinfo.h
DMakefile.in40 getaddrinfo.c inet_ntop.c
55 am__libcompat_a_SOURCES_DIST = getaddrinfo.h
211 @NEED_LIBCOMPAT_TRUE@libcompat_a_SOURCES = getaddrinfo.h
261 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getaddrinfo.Po@am__quote@
/external/curl/CMake/
DCurlTests.c274 #ifndef getaddrinfo in main()
275 (void)getaddrinfo; in main()
277 error = getaddrinfo("127.0.0.1", "8080", &hints, &ai); in main()
/external/curl/lib/
Dmemdebug.h114 #if defined(getaddrinfo) && defined(__osf__)
121 #undef getaddrinfo
122 #define getaddrinfo(host,serv,hint,res) \ macro
Dcurl_addrinfo.c122 error = getaddrinfo(nodename, servname, hints, &aihead); in Curl_getaddrinfo_ex()
553 int res=(getaddrinfo)(hostname, service, hints, result); in curl_dogetaddrinfo()
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/brokensocket/
Dsocket.py1 from realsocket import gaierror, error, getaddrinfo, SOCK_STREAM
/external/libxml2/os400/
Dwrappers.h60 #define getaddrinfo _lx_getaddrinfo macro
Dwrappers.c35 i = getaddrinfo(xmlTranscodeResult(node, NULL, &d, NULL), in _lx_getaddrinfo()
/external/libpcap/Win32/Include/
Daddrinfo.h83 extern int getaddrinfo (const char *, const char *,
/external/toybox/toys/pending/
Dhost.c81 if (!getaddrinfo(name, 0, &iplit_hints, &ai)) { in host_main()
122 if ((ret = getaddrinfo(nsname, "53", &ns_hints, &ai)) < 0) in host_main()
/external/curl/tests/server/
Dresolve.c140 rc = (getaddrinfo)(host, "80", &hints, &ai); in main()
/external/toybox/lib/
Dnet.c28 fd = getaddrinfo(host, port, &info, &ai); in xconnect()
/external/boringssl/src/crypto/bio/
Dsocket_helper.c52 ret = getaddrinfo(hostname, port_str, &hint, &result); in bio_ip_and_port_to_socket_and_addr()
/external/openssh/
Dcanohost.c94 if (getaddrinfo(name, NULL, &hints, &ai) == 0) { in get_remote_hostname()
116 if (getaddrinfo(name, NULL, &hints, &aitop) != 0) { in get_remote_hostname()
/external/ipsec-tools/src/racoon/
Dkmpstat.c220 error = getaddrinfo(name, port, &hint, &ai);
/external/netperf/
Dconfigure.ac84 # does this platform need the replacement getaddrinfo
85 AC_CHECK_FUNCS([getnameinfo getaddrinfo inet_ntop getifaddrs])
86 # AC_REPLACE_FUNCS([getaddrinfo])
90 AC_MSG_NOTICE([Requesting replacement getaddrinfo/getnameinfo])
91 AC_LIBOBJ(getaddrinfo)
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dresolver_service.hpp59 socket_ops::getaddrinfo(query.host_name().c_str(), in resolve()
/external/webrtc/webrtc/base/
Dnethelpers.cc41 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result); in ResolveHostname()
/external/tcpdump/
Dconfigure.in397 # XXX - on Tru64 UNIX 5.1, there is no "getaddrinfo()"
400 # "getaddrinfo" to be either "ngetaddrinfo" or
409 AC_SEARCH_LIBS(getaddrinfo, socket, [dnl
410 AC_MSG_CHECKING(getaddrinfo bug)
430 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
526 echo 'Fatal: You must get working getaddrinfo() function.'
530 echo 'Warning: getaddrinfo() implementation on your system seems be buggy.'
756 dnl portability macros for getaddrinfo/getnameinfo
/external/lldb/source/Host/common/
DSocketAddress.cpp212 int err = ::getaddrinfo (host, service, hints_ptr, &service_info_list); in SetAddress()
/external/netcat/
Dnetcat.c595 if ((error = getaddrinfo(host, port, &hints, &res))) in remote_connect()
625 if ((error = getaddrinfo(sflag, pflag, &ahints, &ares))) in remote_connect()
710 if ((error = getaddrinfo(host, port, &hints, &res))) in local_listen()

1234567