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

1 2 3 4

  /bionic/libc/dns/net/
sethostent.c 155 hent.h_addrtype = 0; /* XXX: gcc */
159 info->hp->h_addrtype = af;
180 hent.h_addrtype = af = hp->h_addrtype;
213 hp->h_addrtype = hent.h_addrtype;
253 info->hp->h_addrtype = va_arg(ap, int);
  /external/chromium-libpac/src/
proxy_resolver_js_bindings.cc 68 if (he == NULL || he->h_addr == NULL || he->h_addrtype != AF_INET) {
73 if (inet_ntop(he->h_addrtype, he->h_addr, tmp, sizeof(tmp)) == NULL) {
  /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);
  /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/curl/lib/
curl_addrinfo.c 254 * int h_addrtype;
288 if(he->h_addrtype == AF_INET6)
318 ai->ai_family = he->h_addrtype;
333 addr->sin_family = (unsigned short)(he->h_addrtype);
342 addr6->sin6_family = (unsigned short)(he->h_addrtype);
433 h->h_addrtype = (short)af;
  /development/ndk/platforms/android-3/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /external/c-ares/
ares_parse_ns_reply.c 167 hostent->h_addrtype = AF_INET;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent

Completed in 2057 milliseconds

1 2 3 4