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

1 23 4

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
netdb.h 88 int h_length; /* length of address */ member in struct:hostent
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
netdb.h 88 int h_length; /* length of address */ member in struct:hostent
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
netdb.h 88 int h_length; /* length of address */ member in struct:hostent
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
netdb.h 88 int h_length; /* length of address */ member in struct:hostent
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 867 result->hostent->h_length = 4;
873 result->hostent->h_length = 16;
951 result->hostent->h_length = addr_len;
1274 if (len != result->hostent->h_length)
1278 result->hostent->h_length,
1315 if (len != result->hostent->h_length)
1319 result->hostent->h_length,
    [all...]
  /bionic/libc/include/
netdb.h 88 int h_length; /* length of address */ member in struct:hostent
  /external/chromium_org/native_client_sdk/src/libraries/third_party/newlib-extras/
netdb.h 102 int h_length; /* length of address */ member in struct:hostent
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_sock.c 331 ret->h_length=a->h_length;
335 if ((ret->h_addr_list[i]=OPENSSL_malloc(a->h_length)) == NULL)
337 memcpy(ret->h_addr_list[i],a->h_addr_list[i],a->h_length);
  /external/openssl/crypto/bio/
b_sock.c 331 ret->h_length=a->h_length;
335 if ((ret->h_addr_list[i]=OPENSSL_malloc(a->h_length)) == NULL)
337 memcpy(ret->h_addr_list[i],a->h_addr_list[i],a->h_length);
  /external/tcpdump/missing/
getaddrinfo.c 605 apbuf = (char *)malloc(hp->h_length * naddrs);
616 memcpy(&apbuf[i * hp->h_length], hp->h_addr_list[i],
617 hp->h_length);
618 aplist[i] = &apbuf[i * hp->h_length];
931 if ((ap = (char *)malloc(hp->h_length)) == NULL) {
935 memcpy(ap, hp->h_addr_list[0], hp->h_length);
  /external/libppp/src/
defs.c 160 memcpy(&ipaddr, hp->h_addr, hp->h_length);
  /art/runtime/jdwp/
jdwp_socket.cc 294 memcpy(&addr.addrInet.sin_addr, pEntry->h_addr, pEntry->h_length);
  /external/chromium_org/third_party/libxml/src/
nanohttp.c 1164 if ((unsigned int) h->h_length > sizeof(ia)) {
1168 memcpy (&ia, h->h_addr_list[i], h->h_length);
1176 if ((unsigned int) h->h_length > sizeof(ia6)) {
1180 memcpy (&ia6, h->h_addr_list[i], h->h_length);
    [all...]
nanoftp.c 937 if ((unsigned int) hp->h_length >
948 hp->h_addr_list[0], hp->h_length);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 187 int h_length; member in struct:__sanitizer::__sanitizer_hostent
  /external/libxml2/
nanohttp.c 1162 if ((unsigned int) h->h_length > sizeof(ia)) {
1166 memcpy (&ia, h->h_addr_list[i], h->h_length);
1174 if ((unsigned int) h->h_length > sizeof(ia6)) {
1178 memcpy (&ia6, h->h_addr_list[i], h->h_length);
    [all...]
nanoftp.c 938 if ((unsigned int) hp->h_length >
949 hp->h_addr_list[0], hp->h_length);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
netdb.h 101 int h_length; /* Length of address. */ member in struct:hostent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 101 int h_length; /* Length of address. */ member in struct:hostent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
netdb.h 101 int h_length; /* Length of address. */ member in struct:hostent
  /external/qemu/telephony/
sysdeps_posix.c 626 memcpy(&addr.sin_addr, hp->h_addr, hp->h_length);
  /system/netd/
DnsProxyListener.cpp 116 buf = htonl(hp->h_length);
  /dalvik/vm/jdwp/
JdwpSocket.cpp 433 memcpy(&addr.addrInet.sin_addr, pEntry->h_addr, pEntry->h_length);
  /external/wpa_supplicant_8/src/common/
wpa_ctrl.c 337 h->h_length);
  /external/netperf/
nettest_xti.c 586 hp->h_length);
    [all...]

Completed in 2627 milliseconds

1 23 4