Home
last modified time | relevance | path

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

12345678

/external/ltp/testcases/network/lib6/
Dgetaddrinfo_01.c85 TEST(getaddrinfo(hostname, 0, &hints, &aires)); in gaiv4()
126 TEST(getaddrinfo(shortname, 0, &hints, &aires)); in gaiv4()
162 TEST(getaddrinfo(hostname, service, &hints, &aires)); in gaiv4()
206 TEST(getaddrinfo(hostname, service, &hints, &aires)); in gaiv4()
254 TEST(getaddrinfo(hostname, service, &hints, &aires)); in gaiv4()
274 TEST(getaddrinfo(0, service, &hints, &aires)); in gaiv4()
328 TEST(getaddrinfo(0, service, &hints, &aires)); in gaiv4()
386 TEST(getaddrinfo(hostname, service, &hints, &aires)); in gaiv4()
408 TEST(getaddrinfo(0, service, &hints, &aires)); in gaiv4()
423 TEST(getaddrinfo(0, service, &hints, &aires)); in gaiv4()
[all …]
/external/openssh/openbsd-compat/
Dfake-rfc2553.h151 #ifdef getaddrinfo
152 # undef getaddrinfo
154 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
155 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/python/cpython2/Demo/sockets/
Dmcast.py32 addrinfo = socket.getaddrinfo(group, None)[0]
51 addrinfo = socket.getaddrinfo(group, None)[0]
/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/python/cpython2/Modules/
Daddrinfo.h54 #undef getaddrinfo
55 #define getaddrinfo fake_getaddrinfo macro
/external/python/cpython2/Lib/test/
Dtest_socket.py663 socket.getaddrinfo('localhost', 80)
670 for info in socket.getaddrinfo(HOST, None):
674 socket.getaddrinfo('localhost', 80)
675 socket.getaddrinfo('127.0.0.1', 80)
676 socket.getaddrinfo(None, 80)
678 socket.getaddrinfo('::1', 80)
681 socket.getaddrinfo(HOST, "http")
682 socket.getaddrinfo(HOST, 80)
683 socket.getaddrinfo(HOST, 80L)
684 socket.getaddrinfo(HOST, None)
[all …]
/external/libxml2/os400/
Dwrappers.h60 #define getaddrinfo _lx_getaddrinfo macro
/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/syslinux/core/lwip/src/include/lwip/
Dnetdb.h114 #define getaddrinfo(nodname, servname, hints, res) \ macro
/external/curl/tests/server/
Dresolve.c140 rc = (getaddrinfo)(host, "80", &hints, &ai); in main()
/external/swiftshader/src/Common/
DSocket.cpp46 getaddrinfo(address, port, &hints, &info); in Socket()
/external/boringssl/src/crypto/bio/
Dsocket_helper.c53 ret = getaddrinfo(hostname, port_str, &hint, &result); in OPENSSL_MSVC_PRAGMA()
/external/ltp/testcases/network/stress/ns-tools/
Dns-common.c450 err = getaddrinfo(maddr, portnum, &hints, &res); in get_maddrinfo()
563 err = getaddrinfo(sp, NULL, &hints, &res); in create_source_filter()
/external/ltp/testcases/network/tcp_cmds/sendfile/
Dtestsf_c.c73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) { in main()
/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/toybox/lib/
Dnet.c30 fd = getaddrinfo(host, port, &info, &ai); in xconnect()

12345678