/external/ltp/testcases/network/lib6/ |
D | getaddrinfo_01.c | 85 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/ |
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/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/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/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/ltp/tools/netpipe-2.4-ipv6/ |
D | TCP.c | 86 getaddrinfo(host, NULL, &hints, &addr); in Setup() 89 if ((getaddrinfo(host, NULL, &hints, &addr)) != 0) { in Setup() 113 getaddrinfo(server_host, NULL, NULL, &server_addr); in Setup() 116 if ((getaddrinfo(server_host, NULL, NULL, &server_addr)) in Setup()
|
/external/libxml2/os400/ |
D | wrappers.h | 60 #define getaddrinfo _lx_getaddrinfo macro
|
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/websocket/ |
D | _http.py | 92 addrinfo_list = socket.getaddrinfo( 97 addrinfo_list = socket.getaddrinfo(phost, pport, 0, 0, socket.SOL_TCP)
|
/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/libpcap/Win32/Include/ |
D | addrinfo.h | 83 extern int getaddrinfo (const char *, const char *,
|
/external/curl/tests/server/ |
D | resolve.c | 140 rc = (getaddrinfo)(host, "80", &hints, &ai); in main()
|
/external/syslinux/core/lwip/src/include/lwip/ |
D | netdb.h | 114 #define getaddrinfo(nodname, servname, hints, res) \ macro
|
/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/swiftshader/src/Common/ |
D | Socket.cpp | 46 getaddrinfo(address, port, &hints, &info); in Socket()
|
/external/boringssl/src/crypto/bio/ |
D | socket_helper.c | 53 ret = getaddrinfo(hostname, port_str, &hint, &result); in OPENSSL_MSVC_PRAGMA()
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-common.c | 450 err = getaddrinfo(maddr, portnum, &hints, &res); in get_maddrinfo() 563 err = getaddrinfo(sp, NULL, &hints, &res); in create_source_filter()
|
/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/ipsec-tools/src/racoon/ |
D | kmpstat.c | 220 error = getaddrinfo(name, port, &hint, &ai);
|
/external/ltp/testcases/network/tcp_cmds/sendfile/ |
D | testsf_c.c | 73 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) { in main()
|
/external/toybox/lib/ |
D | net.c | 30 fd = getaddrinfo(host, port, &info, &ai); in xconnect()
|