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

1 2 3 4 5 6

  /system/extras/tests/bionic/libc/common/
test_gethostbyname.c 57 switch (hent->h_addrtype) {
60 default: printf("UNKNOWN (%d)\n", hent->h_addrtype);
63 switch (hent->h_addrtype) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_network.c 123 sa.sin_family= host->h_addrtype;
126 s = socket(host->h_addrtype, SOCK_STREAM, IPPROTO_TCP);
  /external/mesa3d/src/gallium/auxiliary/util/
u_network.c 123 sa.sin_family= host->h_addrtype;
126 s = socket(host->h_addrtype, SOCK_STREAM, IPPROTO_TCP);
  /system/core/libcutils/
socket_network_client.c 62 addr.sin_family = hp->h_addrtype;
66 s = socket(hp->h_addrtype, type, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_ip_types.h 28 short h_addrtype; member in struct:hostent
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
host_resolver.cc 139 hostent_.h_addrtype = AF_INET;
143 hostent_.h_addrtype = AF_INET6;
166 if (current->ai_family == hostent_.h_addrtype)
181 if (current->ai_family != hostent_.h_addrtype) {
  /bionic/libc/dns/
gethnamaddr.c 602 rs->host.h_addrtype = ntohl(size);
655 rs->host.h_addrtype = af;
966 if (rs->host.h_addrtype != 0 && rs->host.h_addrtype != af)
974 rs->host.h_addrtype = af;
1048 if (p->h_addrtype != af)
1139 rs->host.h_addrtype = af;
1143 if (p->h_addrtype == af && !memcmp(p->h_addr, addr,
1185 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
1187 hp->h_addrtype = AF_INET6
    [all...]
  /external/deqp/framework/delibs/deutil/
deSocket.c 270 if (host->h_addrtype == AF_INET)
272 else if (host->h_addrtype == AF_INET6)
277 DE_ASSERT((host->h_addrtype == AF_INET && host->h_length == 4) ||
278 (host->h_addrtype == AF_INET6 && host->h_length == 16));
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prnetdb.h 61 ** Beware that WINSOCK.H defines h_addrtype and h_length as short.
69 PRInt16 h_addrtype; /* host address type */ member in struct:PRHostEnt
72 PRInt32 h_addrtype; /* host address type */ member in struct:PRHostEnt
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
host_resolver_test.cc 349 ASSERT_EQ(AF_INET, host->h_addrtype);
377 ASSERT_EQ(AF_INET, host->h_addrtype);
  /cts/tests/tests/net/jni/
NativeDnsJni.c 154 inet_ntop(my_hostent->h_addrtype, *current, buf, sizeof(buf));
  /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 465 if (h2->h_addrtype != AF_INET)
533 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);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
netdb.h 87 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;
  /bionic/libc/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /development/ndk/platforms/android-3/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /development/ndk/platforms/android-L/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent

Completed in 3535 milliseconds

1 2 3 4 5 6