HomeSort by relevance Sort by last modified time
    Searched refs:h_addrtype (Results 51 - 75 of 86) sorted by null

1 23 4

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /bionic/libc/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /cts/tests/tests/net/jni/
NativeDnsJni.c 154 inet_ntop(my_hostent->h_addrtype, *current, buf, sizeof(buf));
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 101 int h_addrtype; /* host address type */ member in struct:hostent
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_sock.c 154 if ((short)he->h_addrtype != AF_INET)
332 ret->h_addrtype=a->h_addrtype;
  /external/openssl/crypto/bio/
b_sock.c 154 if ((short)he->h_addrtype != AF_INET)
332 ret->h_addrtype=a->h_addrtype;
  /external/chromium_org/third_party/openssl/openssl/apps/
s_socket.c 463 if (h2->h_addrtype != AF_INET)
530 if ((short)he->h_addrtype != AF_INET)
  /external/openssl/apps/
s_socket.c 463 if (h2->h_addrtype != AF_INET)
530 if ((short)he->h_addrtype != AF_INET)
  /external/qemu/telephony/
sysdeps_posix.c 624 addr.sin_family = hp->h_addrtype;
628 channel->fd = socket(hp->h_addrtype, SOCK_STREAM, 0);
  /external/libppp/src/
defs.c 159 if (hp && hp->h_addrtype == AF_INET)
  /art/runtime/jdwp/
jdwp_socket.cc 295 addr.addrInet.sin_family = pEntry->h_addrtype;
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 1162 if (h->h_addrtype == AF_INET) {
1169 sockin.sin_family = h->h_addrtype;
1174 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
1181 sockin6.sin6_family = h->h_addrtype;
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 186 int h_addrtype; member in struct:__sanitizer::__sanitizer_hostent
  /external/libxml2/
nanohttp.c 1160 if (h->h_addrtype == AF_INET) {
1167 sockin.sin_family = h->h_addrtype;
1172 } else if (have_ipv6 () && (h->h_addrtype == AF_INET6)) {
1179 sockin6.sin6_family = h->h_addrtype;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 100 int h_addrtype; /* Host address type. */ member in struct:hostent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 100 int h_addrtype; /* Host address type. */ member in struct:hostent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 100 int h_addrtype; /* Host address type. */ member in struct:hostent
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 884 result->hostent->h_addrtype = af;
950 result->hostent->h_addrtype = af;
1089 af_to_rr (result->hostent->h_addrtype);
    [all...]
  /system/netd/
DnsProxyListener.cpp 113 uint32_t buf = htonl(hp->h_addrtype);
  /dalvik/vm/jdwp/
JdwpSocket.cpp 434 addr.addrInet.sin_family = pEntry->h_addrtype;
  /external/iputils/
clockdiff.c 617 server.sin_family = hp->h_addrtype;

Completed in 837 milliseconds

1 23 4