HomeSort by relevance Sort by last modified time
    Searched refs:h_aliases (Results 1 - 23 of 23) sorted by null

  /external/ltp/testcases/network/multicast/mc_gethost/
mc_gethost.c 87 if (host->h_aliases && *host->h_aliases) {
89 for (cp = (char **)host->h_aliases; *cp; cp++)
  /bionic/libc/dns/net/
sethostent.c 186 for (cp = hp->h_aliases; *cp != NULL; cp++)
197 for (anum = 0; hp->h_aliases[anum]; anum++) {
200 HENT_SCOPY(aliases[anum], hp->h_aliases[anum],
229 HENT_ARRAY(hp->h_aliases, anum, ptr, len);
240 HENT_SCOPY(hp->h_aliases[i], aliases[i], ptr, len);
241 hp->h_aliases[anum] = NULL;
gethnamaddr.c 287 hent->h_aliases = ap = aliases;
501 qlen = (n + 1) * sizeof(*hent->h_aliases);
504 hent->h_aliases = (void *)bp;
622 int aliases_len = ((int)(aliases - aliases_ptrs) + 1) * sizeof(*hp->h_aliases);
626 hp->h_aliases = (void*)ptr;
770 HENT_ARRAY(hp->h_aliases, 0, buf, buflen);
772 hp->h_aliases[0] = NULL;
1020 HENT_ARRAY(hent->h_aliases, anum, buf, buflen);
1027 HENT_SCOPY(hent->h_aliases[i], aliases[i], buf, buflen);
1028 hent->h_aliases[anum] = NULL
    [all...]
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
gethostbyht.c 157 q = host.h_aliases = host_aliases;
187 for (cp = p->h_aliases; *cp != 0; cp++)
gethostbynis.c 102 q = h.h_aliases = host_aliases;
gethostbydns.c 265 host.h_aliases = host_aliases;
582 host.h_aliases = host_aliases;
615 host.h_aliases = host_aliases;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByName/
GetHostByName.c 81 ppName = pHost->h_aliases;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/GetHostByAddr/
GetHostByAddr.c 102 ppName = pHost->h_aliases;
  /external/mdnsresponder/mDNSWindows/mdnsNSP/
mdnsNSP.c     [all...]
  /device/linaro/bootloader/edk2/StdLib/Include/
netdb.h 125 char **h_aliases; /**< alias list */ member in struct:hostent
  /bionic/libc/include/
netdb.h 83 char **h_aliases; /* alias list */ member in struct:hostent
  /bionic/tests/headers/posix/
netdb_h.c 36 STRUCT_MEMBER(struct hostent, char**, h_aliases);
  /external/libcups/cups/
http-addr.c 717 cg->hostent.h_aliases = NULL;
754 cg->hostent.h_aliases = NULL;
  /bionic/tests/
netdb_test.cpp 175 for (size_t i = 0; hent->h_aliases[i] != nullptr; ++i) {
176 VerifyLocalhostName(hent->h_aliases[i]);
  /external/curl/lib/
curl_addrinfo.c 265 * char **h_aliases;
447 h->h_aliases = NULL;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 671 char **h_aliases; member in struct:__sanitizer::__sanitizer_hostent
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c 1524 result->hostent->h_aliases = result->header->aliases;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c     [all...]
  /external/python/cpython2/Modules/
socketmodule.c     [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 966 ASSERT_NE((void *) 0, (he)->h_aliases); \
969 char **p = (he)->h_aliases; \
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c     [all...]

Completed in 1595 milliseconds