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

1 2 3 4 5

  /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/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/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
  /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...]
  /development/ndk/platforms/android-3/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /development/ndk/sources/android/libportable/common/include/
netdb_portable.h 96 int h_addrtype; /* host address type */
  /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) {
  /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
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent

Completed in 1812 milliseconds

1 2 3 4 5