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

1 2 3 4 5 6 7 8 91011>>

  /system/extras/tests/bionic/libc/common/
test_getaddrinfo.c 1 /* this program is used to test that getaddrinfo() works correctly
23 ret = getaddrinfo( SERVER_NAME, PORT_NUMBER, NULL, &res);
25 printf("first getaddrinfo returned error: %s\n", gai_strerror(ret));
37 ret = getaddrinfo( SERVER_NAME, PORT_NUMBER, &hints, &res );
39 printf("second getaddrinfo returned error: %s\n", gai_strerror(ret));
  /external/chromium_org/third_party/libxml/src/
acconfig.h 15 /* Define if getaddrinfo is there */
  /external/compiler-rt/lib/msan/lit_tests/
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/chromium/net/base/
sys_addrinfo.h 10 // getaddrinfo()
address_family.h 20 // determine the value of addrinfo.ai_flags and work around getaddrinfo
host_resolver_proc.cc 130 // The result of |getaddrinfo| for empty hosts is inconsistent across systems.
164 // Flags used in "hints" argument to getaddrinfo()
174 // computer is not connected to a network, AI_ADDRCONFIG causes getaddrinfo
176 // following note on AI_ADDRCONFIG in the MSDN getaddrinfo page:
199 int err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
206 // getaddrinfo. Therefore, we call res_nclose only when there are ns
234 err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
250 // If the call to getaddrinfo() failed because of a system error, report
winsock_init.cc 36 // call getaddrinfo() after Winsock has shutdown, which can lead to crashes.
  /external/chromium_org/net/base/
sys_addrinfo.h 10 // getaddrinfo()
address_family.h 19 // determine the value of addrinfo.ai_flags and work around getaddrinfo
winsock_init.cc 36 // call getaddrinfo() after Winsock has shutdown, which can lead to crashes.
  /external/chromium_org/net/dns/
host_resolver_proc.cc 153 // Flags used in "hints" argument to getaddrinfo()
163 // computer is not connected to a network, AI_ADDRCONFIG causes getaddrinfo
165 // following note on AI_ADDRCONFIG in the MSDN getaddrinfo page:
192 int err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
214 err = getaddrinfo(host.c_str(), NULL, &hints, &ai);
226 // If the call to getaddrinfo() failed because of a system error, report
240 // Workaround for Android's getaddrinfo leaving ai==NULL without an error.
  /external/chromium_org/third_party/libxml/src/include/
wsockcompat.h 23 /* Check if ws2tcpip.h is a recent version which provides getaddrinfo() */
24 #if defined(GetAddrInfo)
  /libcore/luni/src/main/java/libcore/io/
StructAddrinfo.java 22 * Information returned/taken by getaddrinfo(3). Corresponds to C's {@code struct addrinfo} from
25 * TODO: we currently only _take_ a StructAddrinfo; getaddrinfo returns an InetAddress[].
  /cts/tests/tests/net/jni/
NativeDnsJni.c 34 int res = getaddrinfo(node, service, NULL, &answer);
35 ALOGD("getaddrinfo(www.google.com) gave res=%d (%s)", res, gai_strerror(res));
62 ALOGD("getaddrinfo(www.google.com) didn't find either v4 or v6 address");
68 res = getaddrinfo(node, service, NULL, &answer);
69 ALOGD("getaddrinfo(ipv6.google.com) gave res=%d", res);
95 ALOGD("getaddrinfo(ipv6.google.com) didn't find only v6");
  /external/chromium/net/tools/flip_server/
create_listener.cc 9 #include <netdb.h> // for getaddrinfo and getnameinfo
13 #include <sys/socket.h> // for getaddrinfo and getnameinfo
24 // alloc'd by getaddrinfo
132 if ((err=getaddrinfo(node, service, &hints, &results))) {
134 LOG(ERROR) << "getaddrinfo " << " for (" << host << ":" << port
255 if ((err=getaddrinfo(node, service, &hints, &results))) {
257 LOG(ERROR) << "getaddrinfo for (" << node << ":" << service << "): "
  /external/chromium_org/net/tools/flip_server/
create_listener.cc 9 #include <netdb.h> // for getaddrinfo and getnameinfo
13 #include <sys/socket.h> // for getaddrinfo and getnameinfo
24 // alloc'd by getaddrinfo
132 if ((err=getaddrinfo(node, service, &hints, &results))) {
134 LOG(ERROR) << "getaddrinfo " << " for (" << host << ":" << port
255 if ((err=getaddrinfo(node, service, &hints, &results))) {
257 LOG(ERROR) << "getaddrinfo for (" << node << ":" << service << "): "
  /external/tcpdump/missing/
addrinfo.h 35 * Error return codes from getaddrinfo()
56 * Flag values for getaddrinfo()
85 extern int getaddrinfo (const char *, const char *,
  /development/ndk/sources/android/libportable/arch-mips/
socket.c 179 int WRAP(getaddrinfo)(const char *node, const char *service, function
207 rv = REAL(getaddrinfo)(node, service, native_hints, native_results);
216 * Assuming getaddrinfo() has left structure writeable and the list is generated
219 * ./bionic/libc/netbsd/net/getaddrinfo.c
232 * to the portable version of getaddrinfo().
248 * Again, assuming getaddrinfo() has left structure writeable and the list is generated
  /external/chromium/chrome/common/net/
raw_host_resolver_proc.h 9 // RawHostResolverProc will eventually be a getaddrinfo() replacement. It
  /external/dropbear/
fake-rfc2553.h 137 #ifdef getaddrinfo
138 # undef getaddrinfo macro
140 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
141 int getaddrinfo(const char *, const char *,
  /external/openssh/openbsd-compat/
fake-rfc2553.h 150 #ifdef getaddrinfo
151 # undef getaddrinfo macro
153 #define getaddrinfo(a,b,c,d) (ssh_getaddrinfo(a,b,c,d)) macro
154 int getaddrinfo(const char *, const char *,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libanl-2.7.so 
libanl.so 
libanl.so.1 

Completed in 515 milliseconds

1 2 3 4 5 6 7 8 91011>>