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

1 2 3 4 5 6 7 8 91011>>

  /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);
  /external/openssh/openbsd-compat/
fake-rfc2553.h 151 #ifdef getaddrinfo
152 # undef getaddrinfo macro
154 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
155 int getaddrinfo(const char *, const char *,
  /libcore/luni/src/main/native/
Portability.h 30 return getaddrinfo(hostname, servname, hints, res);
  /external/netperf/src/missing/
getaddrinfo.h 149 #define getaddrinfo my_getaddrinfo macro
170 * Flags for getaddrinfo().
227 int getaddrinfo(const char *, const char *, const struct addrinfo *,
234 int getaddrinfo();
  /external/libxml2/os400/
wrappers.h 60 #define getaddrinfo _lx_getaddrinfo macro
  /system/core/libcutils/
socket_network_client_windows.c 46 if (getaddrinfo(host, port_str, &hints, &address) != 0 || address == NULL) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
addrinfo.h 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
74 * Flag values for getaddrinfo()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
addrinfo.h 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
74 * Flag values for getaddrinfo()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
addrinfo.h 42 * Error return codes from getaddrinfo()
63 #undef getaddrinfo macro
64 #define getaddrinfo fake_getaddrinfo macro
83 * Flag values for getaddrinfo()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
mcast.py 32 addrinfo = socket.getaddrinfo(group, None)[0]
51 addrinfo = socket.getaddrinfo(group, None)[0]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
addrinfo.h 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
74 * Flag values for getaddrinfo()
  /external/python/cpython2/Demo/sockets/
mcast.py 32 addrinfo = socket.getaddrinfo(group, None)[0]
51 addrinfo = socket.getaddrinfo(group, None)[0]
  /external/python/cpython2/Modules/
addrinfo.h 33 * Error return codes from getaddrinfo()
54 #undef getaddrinfo macro
55 #define getaddrinfo fake_getaddrinfo macro
74 * Flag values for getaddrinfo()
  /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...]
  /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/GetAddrInfo/
GetAddrInfo.c 2 Test the getaddrinfo API
30 Test the getaddrinfo API
68 AppStatus = getaddrinfo ( pHostName,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetNameInfo/
GetNameInfo.c 67 AppStatus = getaddrinfo ( pHostName,
  /external/curl/tests/server/
resolve.c 130 /* getaddrinfo() resolve */
140 rc = (getaddrinfo)(host, "80", &hints, &ai);
  /external/swiftshader/src/Common/
Socket.cpp 46 getaddrinfo(address, port, &hints, &info);
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 114 #define getaddrinfo(nodname, servname, hints, res) \ macro
  /system/extras/multinetwork/
dnschk.cpp 62 rval = getaddrinfo(args.arg1, nullptr, &hints, &result);
  /bionic/tests/
netdb_test.cpp 35 ASSERT_EQ(0, getaddrinfo(NULL, "smtp", NULL, &ai));
44 ASSERT_EQ(0, getaddrinfo("localhost", NULL, NULL, &ai));
51 ASSERT_EQ(0, getaddrinfo("localhost", "9999", NULL, &ai));
73 ASSERT_EQ(0, getaddrinfo("localhost", "smtp", NULL, &ai));
88 ASSERT_EQ(0, getaddrinfo( "localhost", "9999", &hints, &ai));
90 // In glibc, getaddrinfo() converts ::1 to 127.0.0.1 for localhost,
104 ASSERT_EQ(0, getaddrinfo("ip6-localhost", NULL, NULL, &ai));
  /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");

Completed in 1091 milliseconds

1 2 3 4 5 6 7 8 91011>>