HomeSort by relevance Sort by last modified time
    Searched refs:addrinfo (Results 101 - 125 of 196) sorted by null

1 2 3 45 6 7 8

  /external/chromium/net/proxy/
proxy_resolver_js_bindings_unittest.cc 67 // Build an addrinfo for |ip_literal|.
70 struct addrinfo* result_head = const_cast<struct addrinfo*>(result.head());
73 result_head->ai_next = const_cast<struct addrinfo*>(orig_list.head());
  /external/mtpd/
mtpd.c 263 struct addrinfo hints = {
268 struct addrinfo *records;
269 struct addrinfo *r;
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 68 * Most of the declararitions are not needed for addrinfo mapping.
135 struct addrinfo *ai_next; /* next structure in linked list */
178 /* valid flags for addrinfo (not a standard def, apps should not use it) */
240 #if 0 /* Not needed for addrinfo mapping */
276 #endif /* Not needed for addrinfo mapping */
  /external/chromium_org/third_party/libjingle/source/talk/base/
ipaddress.h 128 bool IPFromAddrInfo(struct addrinfo* info, IPAddress* out);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 763 CHECK_TYPE_SIZE(addrinfo) variable
    [all...]
  /external/ipsec-tools/src/racoon/
kmpstat.c 212 struct addrinfo hint, *ai;
  /external/openssh/
servconf.h 55 struct addrinfo *listen_addrs; /* Addresses on which the server listens. */
channels.h 84 struct addrinfo *ai, *aitop;
dns.c 147 struct addrinfo hints, *ai;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_openvms.h 116 struct addrinfo { struct
124 struct addrinfo *ai_next;
  /external/libpcap/
nametoaddr.c 125 struct addrinfo *
128 struct addrinfo hints, *res;
  /external/netperf/
nettest_bsd.c 534 /* return a pointer to a completed addrinfo chain - prefer
538 struct addrinfo *
541 struct addrinfo hints;
542 struct addrinfo *res;
543 struct addrinfo *temp_res;
722 complete_addrinfos(struct addrinfo **remote,struct addrinfo **local, char remote_host[], int type, int protocol, int flags) {
795 get_port_number(struct addrinfo *res)
819 addrinfo to the specified value, based on the address family */
821 set_port_number(struct addrinfo *res, unsigned short port
    [all...]
netserver.c 434 struct addrinfo hints;
435 struct addrinfo *local_res;
436 struct addrinfo *local_res_temp;
nettest_sctp.c 414 struct addrinfo *remote_res;
415 struct addrinfo *local_res;
416 struct addrinfo *local_remote_res;
417 struct addrinfo *local_local_res;
    [all...]
  /external/v8/src/
platform-posix.cc 445 struct addrinfo *result = NULL;
446 struct addrinfo hints;
447 memset(&hints, 0, sizeof(addrinfo));
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_sock.c 94 * [get|free]addrinfo and getnameinfo. This is because WinSock uses
666 const struct addrinfo *,
667 struct addrinfo **);
670 void (WSAAPI *f)(struct addrinfo *);
672 struct addrinfo *res,hint;
  /external/openssl/crypto/bio/
b_sock.c 94 * [get|free]addrinfo and getnameinfo. This is because WinSock uses
666 const struct addrinfo *,
667 struct addrinfo **);
670 void (WSAAPI *f)(struct addrinfo *);
672 struct addrinfo *res,hint;
  /external/chromium/net/base/
mock_host_resolver.cc 45 struct addrinfo* ai = const_cast<struct addrinfo*>(result.head());
host_resolver_impl_unittest.cc 283 const struct addrinfo* ainfo = addrlist.head();
284 EXPECT_EQ(static_cast<addrinfo*>(NULL), ainfo->ai_next);
328 const struct addrinfo* ainfo = addrlist.head();
329 EXPECT_EQ(static_cast<addrinfo*>(NULL), ainfo->ai_next);
419 const struct addrinfo* ainfo = addrlist.head();
420 EXPECT_EQ(static_cast<addrinfo*>(NULL), ainfo->ai_next);
444 const struct addrinfo* ainfo = addrlist.head();
445 EXPECT_EQ(static_cast<addrinfo*>(NULL), ainfo->ai_next);
    [all...]
net_util_unittest.cc 403 // Returns an addrinfo for the given 32-bit address (IPv4.)
406 const struct addrinfo* GetIPv4Address(const uint8* bytes, int port) {
407 static struct addrinfo static_ai;
410 struct addrinfo* ai = &static_ai;
427 // Returns a addrinfo for the given 128-bit address (IPv6.)
430 const struct addrinfo* GetIPv6Address(const uint8* bytes, int port) {
431 static struct addrinfo static_ai;
434 struct addrinfo* ai = &static_ai;
    [all...]
  /external/chromium/net/ftp/
ftp_network_transaction_unittest.cc 1040 const struct addrinfo* addrinfo = data_socket->addresses().head(); local
    [all...]
  /external/chromium/third_party/libevent/
http.c 145 struct addrinfo { struct
151 struct addrinfo *ai_next;
154 fake_getaddrinfo(const char *hostname, struct addrinfo *ai)
182 fake_freeaddrinfo(struct addrinfo *ai)
200 static int bind_socket_ai(struct addrinfo *, int reuse);
    [all...]
  /external/chromium_org/third_party/libevent/
http.c 145 struct addrinfo { struct
151 struct addrinfo *ai_next;
154 fake_getaddrinfo(const char *hostname, struct addrinfo *ai)
182 fake_freeaddrinfo(struct addrinfo *ai)
200 static int bind_socket_ai(struct addrinfo *, int reuse);
    [all...]
  /external/qemu/
sockets.c 632 struct addrinfo hints[1];
633 struct addrinfo* res;
669 struct addrinfo* res_ipv4 = NULL;
670 struct addrinfo* res_ipv6 = NULL;
671 struct addrinfo* r;
738 struct addrinfo ai, *res, *e;
758 struct addrinfo hints = ai;
    [all...]
  /sdk/emulator/opengl/tests/event_injector/
sockets.c 637 struct addrinfo hints[1];
638 struct addrinfo* res;
673 struct addrinfo* res_ipv4 = NULL;
674 struct addrinfo* res_ipv6 = NULL;
675 struct addrinfo* r;
742 struct addrinfo ai, *res, *e;
762 struct addrinfo hints = ai;
    [all...]

Completed in 1233 milliseconds

1 2 3 45 6 7 8