HomeSort by relevance Sort by last modified time
    Searched full:getaddrinfo (Results 1 - 25 of 1070) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/netperf/src/missing/
Makefile.am 5 libcompat_a_SOURCES = getaddrinfo.h
  /external/ltp/testcases/network/lib6/
getaddrinfo_01.c 64 /* getaddrinfo tests (v4) */
85 TEST(getaddrinfo(hostname, 0, &hints, &aires));
103 tst_resm(TFAIL, "getaddrinfo IPv4 basic lookup: "
113 tst_resm(TPASS, "getaddrinfo IPv4 basic lookup");
116 tst_resm(TFAIL, "getaddrinfo IPv4 basic "
126 TEST(getaddrinfo(shortname, 0, &hints, &aires));
132 tst_resm(TFAIL, "getaddrinfo IPv4 canonical name: no "
137 tst_resm(TFAIL, "getaddrinfo IPv4 canonical name "
143 tst_resm(TPASS, "getaddrinfo IPv4 canonical name");
146 tst_resm(TFAIL, "getaddrinfo IPv4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetAddrInfo/
GetAddrInfo.inf 2 # GetAddrInfo Application
18 BASE_NAME = GetAddrInfo
31 GetAddrInfo.c
GetAddrInfo.c 2 Test the getaddrinfo API
30 Test the getaddrinfo API
68 AppStatus = getaddrinfo ( pHostName,
  /external/compiler-rt/test/msan/
getaddrinfo-positive.cc 16 int res = getaddrinfo("localhost", NULL, NULL, &ai);
18 res = getaddrinfo("localhost", NULL, &hint, &ai);
21 // CHECK: #0 {{.*}} in main {{.*}}getaddrinfo-positive.cc:[[@LINE-3]]
getaddrinfo.cc 22 int res = getaddrinfo("not-in-etc-hosts", NULL, NULL, &ai);
  /prebuilts/go/darwin-x86/src/net/
cgo_linux.go 18 // getaddrinfo to return the wrong canonical name on Linux.
  /prebuilts/go/linux-x86/src/net/
cgo_linux.go 18 // getaddrinfo to return the wrong canonical name on Linux.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/
Sockets.inc 9 AppPkg/Applications/Sockets/GetAddrInfo/GetAddrInfo.inf
  /external/libxml2/include/
wsockcompat.h 23 /* Check if ws2tcpip.h is a recent version which provides getaddrinfo() */
24 #if defined(GetAddrInfo)
  /libcore/luni/src/main/java/android/system/
StructAddrinfo.java 23 * Information returned/taken by getaddrinfo(3). Corresponds to C's {@code struct addrinfo} from
26 * TODO: we currently only _take_ a StructAddrinfo; getaddrinfo returns an InetAddress[].
  /cts/tests/tests/net/jni/
NativeDnsJni.c 35 int res = getaddrinfo(node, service, NULL, &answer);
36 ALOGD("getaddrinfo(www.google.com) gave res=%d (%s)", res, gai_strerror(res));
63 ALOGD("getaddrinfo(www.google.com) didn't find either v4 or v6 address");
69 res = getaddrinfo(node, service, NULL, &answer);
70 ALOGD("getaddrinfo(ipv6.google.com) gave res=%d", res);
96 ALOGD("getaddrinfo(ipv6.google.com) didn't find only v6");
  /system/netd/tests/benchmarks/
dns_benchmark.cpp 22 * This set of benchmarks measures the throughput of getaddrinfo() on between 1 and 32 threads for
29 * The control case. Switches all kinds of DNS events reporting off and runs getaddrinfo() in a
36 * DNS Logging Lite? includes staple favourites such as event type (getaddrinfo/gethostbyname),
53 * - real_time: the average time taken to make a single getaddrinfo lookup on a local DNS resolver
125 if (getaddrinfo(mapping.host.c_str(), nullptr, nullptr, &result)) {
126 state.SkipWithError(StringPrintf("getaddrinfo failed with errno=%d",
  /external/curl/lib/
memdebug.h 114 #if defined(getaddrinfo) && defined(__osf__)
115 /* OSF/1 and Tru64 have getaddrinfo as a define already, so we cannot define
117 define getaddrinfo to become! */
121 #undef getaddrinfo macro
122 #define getaddrinfo(host,serv,hint,res) \ macro
  /development/ndk/platforms/android-23/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /external/ltp/testcases/network/tcp_cmds/sendfile/
testsf_s.c 59 if ((gai = getaddrinfo(argv[1], NULL, &hints, &hp)) != 0) {
60 tst_brkm(TBROK, NULL, "getaddrinfo failed");
63 tst_brkm(TBROK, NULL, "getaddrinfo failed");
  /frameworks/native/include/android/
multinetwork.h 88 * to getaddrinfo(3). Return and error values are identical to those of
89 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
90 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/android/
multinetwork.h 91 * to getaddrinfo(3). Return and error values are identical to those of
92 * getaddrinfo(3), and in particular gai_strerror(3) can be used as expected.
93 * Similar to getaddrinfo(3):

Completed in 880 milliseconds

1 2 3 4 5 6 7 8 91011>>