HomeSort by relevance Sort by last modified time
    Searched full:ai_family (Results 126 - 150 of 194) sorted by null

1 2 3 4 56 7 8

  /external/fio/engines/
net.c 871 hints.ai_family = AF_INET6;
873 hints.ai_family = AF_INET;
  /external/tcpdump/
configure.in 398 hints.ai_family = AF_UNSPEC;
414 switch (ai->ai_family) {
  /external/netperf/
nettest_bsd.c 575 hints.ai_family = family;
763 (AF_INET6 == (*remote)->ai_family))) {
797 switch(res->ai_family) {
812 "Unexpected Address Family of %u\n",res->ai_family);
823 switch(res->ai_family) {
838 "Unexpected Address Family of %u\n",res->ai_family);
868 temp_socket = socket(res->ai_family,
876 inet_ftos(res->ai_family),
    [all...]
netlib.c     [all...]
nettest_sctp.c 567 sctp_stream_request->ipfamily = af_to_nf(remote_res->ai_family);
    [all...]
  /external/chromium_org/third_party/libxml/src/
nanoftp.c 900 if (tmp->ai_family == AF_INET || tmp->ai_family == AF_INET6)
913 if (tmp->ai_family == AF_INET6) {
    [all...]
nanohttp.c 1080 if (res->ai_family == AF_INET) {
1090 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) {
    [all...]
  /external/libxml2/
nanoftp.c 901 if (tmp->ai_family == AF_INET || tmp->ai_family == AF_INET6)
914 if (tmp->ai_family == AF_INET6) {
    [all...]
nanohttp.c 1085 if (res->ai_family == AF_INET) {
1095 } else if (have_ipv6 () && (res->ai_family == AF_INET6)) {
    [all...]
  /external/lldb/source/Core/
ConnectionFileDescriptor.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib/
libws2_32.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/lib32/
libws2_32.a     [all...]
  /bionic/libc/dns/resolv/
res_init.c 364 hints.ai_family = PF_UNSPEC;
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_solaris.h 121 int ai_family; member in struct:addrinfo
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 581 int ai_family; member in struct:__sanitizer::__sanitizer_addrinfo
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/libnl/lib/
addr.c 690 .ai_family = addr->a_family,
  /external/mdnsresponder/mDNSPosix/
mDNSUNP.c 137 hints.ai_family = AF_INET6;
  /external/bison/po/
ja.po 1316 #~ msgid "ai_family not supported"
1317 #~ msgstr "ai_family ????????????"
    [all...]
  /external/chromium_org/third_party/webrtc/test/channel_transport/
udp_transport_impl.cc     [all...]
  /external/chromium_org/third_party/libevent/test/
regress_http.c 135 ai.ai_family = AF_INET;
  /external/ipsec-tools/src/racoon/
racoonctl.c 776 hints.ai_family = PF_UNSPEC;
    [all...]
sockmisc.c 987 hints.ai_family = PF_UNSPEC;
oakley.c     [all...]
  /libcore/luni/src/main/java/java/net/
InetAddress.java 433 hints.ai_family = AF_UNSPEC;
    [all...]

Completed in 2228 milliseconds

1 2 3 4 56 7 8