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

1 2 3 4 5 6

  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
map_v4v6.c 116 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ)
118 hp->h_addrtype = AF_INET6;
gethostbyht.c 153 host.h_addrtype = af;
183 if (p->h_addrtype != af)
203 if (p->h_addrtype == af && !bcmp(p->h_addr, addr, len))
gethostbynis.c 98 h.h_addrtype = AF_INET;
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByDns/
GetHostByDns.c 64 pHost->h_addrtype,
  /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);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
GetHostByName.c 67 pHost->h_addrtype,
  /external/syslinux/core/lwip/src/include/lwip/
netdb.h 76 int h_addrtype; /* Address type. */ member in struct:hostent
  /external/syslinux/utils/
gethostip.c 97 if (host->h_addrtype != AF_INET || host->h_length != 4) {
  /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;
  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 101 printf(" %s", inet_ntop(host->h_addrtype,
  /external/syslinux/core/lwip/src/api/
netdb.c 110 s_hostent.h_addrtype = AF_INET;
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype));
216 ret->h_addrtype = AF_INET;
  /external/ltp/testcases/network/sockets/
ltpClient.c 128 udpRemoteServerAddr.sin_family = hostEntry->h_addrtype;
135 tcpRemoteServerAddr.sin_family = hostEntry->h_addrtype;
142 mcastRemoteServerAddr.sin_family = hostEntry->h_addrtype;
320 rawTraceAddr.sin_family = hostEntry->h_addrtype;
347 rawAddr.sin_family = hostEntry->h_addrtype;
  /bionic/libc/include/
netdb.h 84 int h_addrtype; /* host address type */ member in struct:hostent
  /development/ndk/platforms/android-9/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 126 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/r10/platforms/android-12/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
netdb.h 87 int h_addrtype; /* host address type */ member in struct:hostent

Completed in 386 milliseconds

1 2 3 4 5 6