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

1 2

  /system/core/libcutils/
socket_network_client.c 50 addr.sin_family = hp->h_addrtype;
54 s = socket(hp->h_addrtype, type, 0);
  /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/third_party/libjingle/source/talk/base/
nethelpers.cc 111 result->h_addrtype = ent->h_addrtype;
  /bionic/libc/netbsd/
gethnamaddr.c 549 rs->host.h_addrtype = af;
766 if (rs->host.h_addrtype != 0 && rs->host.h_addrtype != af)
774 rs->host.h_addrtype = af;
848 if (p->h_addrtype != af)
939 rs->host.h_addrtype = af;
943 if (p->h_addrtype == af && !memcmp(p->h_addr, addr,
985 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
987 hp->h_addrtype = AF_INET6;
1051 rs->host.h_addrtype = 0
    [all...]
  /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
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent

Completed in 763 milliseconds

1 2