/external/openssh/openbsd-compat/ |
D | fake-rfc2553.h | 153 #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/ |
D | getaddrinfo-positive.cc | 16 int res = getaddrinfo("localhost", NULL, NULL, &ai); in main() 18 res = getaddrinfo("localhost", NULL, &hint, &ai); in main()
|
D | getaddrinfo.cc | 22 int res = getaddrinfo("not-in-etc-hosts", NULL, NULL, &ai); in main()
|
/external/netperf/src/missing/ |
D | getaddrinfo.h | 149 #define getaddrinfo my_getaddrinfo macro 227 int getaddrinfo(const char *, const char *, const struct addrinfo *, 234 int getaddrinfo();
|
D | Makefile.am | 5 libcompat_a_SOURCES = getaddrinfo.h
|
D | Makefile.in | 40 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/ |
D | CurlTests.c | 274 #ifndef getaddrinfo in main() 275 (void)getaddrinfo; in main() 277 error = getaddrinfo("127.0.0.1", "8080", &hints, &ai); in main()
|
/external/curl/lib/ |
D | memdebug.h | 114 #if defined(getaddrinfo) && defined(__osf__) 121 #undef getaddrinfo 122 #define getaddrinfo(host,serv,hint,res) \ macro
|
D | curl_addrinfo.c | 122 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/ |
D | socket.py | 1 from realsocket import gaierror, error, getaddrinfo, SOCK_STREAM
|
/external/libxml2/os400/ |
D | wrappers.h | 60 #define getaddrinfo _lx_getaddrinfo macro
|
D | wrappers.c | 35 i = getaddrinfo(xmlTranscodeResult(node, NULL, &d, NULL), in _lx_getaddrinfo()
|
/external/libpcap/Win32/Include/ |
D | addrinfo.h | 83 extern int getaddrinfo (const char *, const char *,
|
/external/toybox/toys/pending/ |
D | host.c | 81 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/ |
D | resolve.c | 140 rc = (getaddrinfo)(host, "80", &hints, &ai); in main()
|
/external/toybox/lib/ |
D | net.c | 28 fd = getaddrinfo(host, port, &info, &ai); in xconnect()
|
/external/boringssl/src/crypto/bio/ |
D | socket_helper.c | 52 ret = getaddrinfo(hostname, port_str, &hint, &result); in bio_ip_and_port_to_socket_and_addr()
|
/external/openssh/ |
D | canohost.c | 94 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/ |
D | kmpstat.c | 220 error = getaddrinfo(name, port, &hint, &ai);
|
/external/netperf/ |
D | configure.ac | 84 # 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/ |
D | resolver_service.hpp | 59 socket_ops::getaddrinfo(query.host_name().c_str(), in resolve()
|
/external/webrtc/webrtc/base/ |
D | nethelpers.cc | 41 int ret = getaddrinfo(hostname.c_str(), NULL, &hints, &result); in ResolveHostname()
|
/external/tcpdump/ |
D | configure.in | 397 # 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/ |
D | SocketAddress.cpp | 212 int err = ::getaddrinfo (host, service, hints_ptr, &service_info_list); in SetAddress()
|
/external/netcat/ |
D | netcat.c | 595 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()
|