Home
last modified time | relevance | path

Searched refs:h_aliases (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/network/multicast/mc_gethost/
Dmc_gethost.c87 if (host->h_aliases && *host->h_aliases) { in main()
89 for (cp = (char **)host->h_aliases; *cp; cp++) in main()
/external/mdnsresponder/mDNSWindows/mdnsNSP/
DmdnsNSP.c1557 he->h_aliases = (char **)( dst - base ); in QueryCopyQuerySetTo()
1900 for ( i = 0; node->m_host.h_aliases[i]; i++ ) in IsLocalName()
1902 if ( strstr( node->m_host.h_aliases[i], ".local" ) ) in IsLocalName()
1933 for ( i = 0; node->m_host.h_aliases[i]; i++ ) in IsSameName()
1935 if ( strcmp( node->m_host.h_aliases[i], name ) == 0 ) in IsSameName()
2034 if ( info->m_host.h_aliases ) in HostsFileInfoFree()
2038 for ( i = 0; info->m_host.h_aliases[i]; i++ ) in HostsFileInfoFree()
2040 free( info->m_host.h_aliases[i] ); in HostsFileInfoFree()
2043 free( info->m_host.h_aliases ); in HostsFileInfoFree()
2200 (*hInfo)->m_host.h_aliases = (char**) malloc( sizeof(char**) * numAliases ); in HostsFileNext()
[all …]
/external/libcups/cups/
Dhttp-addr.c717 cg->hostent.h_aliases = NULL; in httpGetHostByName()
754 cg->hostent.h_aliases = NULL; in httpGetHostByName()
/external/curl/lib/
Dcurl_addrinfo.c447 h->h_aliases = NULL; in Curl_ip2addr()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h671 char **h_aliases; member
Dsanitizer_platform_limits_posix.cc1005 CHECK_SIZE_AND_OFFSET(hostent, h_aliases);
Dsanitizer_common_interceptors.inc2192 char **p = h->h_aliases;
2198 ctx, h->h_aliases, (p - h->h_aliases + 1) * sizeof(*h->h_aliases));
/external/mdnsresponder/mDNSPosix/
Dnss_mdns.c1524 result->hostent->h_aliases = result->header->aliases; in init_result()
/external/python/cpython2/Modules/
Dsocketmodule.c3373 if (h->h_aliases) {
3374 for (pch = h->h_aliases; *pch != NULL; pch++) {
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc966 ASSERT_NE((void *) 0, (he)->h_aliases); \
969 char **p = (he)->h_aliases; \
/external/python/cpython3/Modules/
Dsocketmodule.c5322 if (h->h_aliases) {
5323 for (pch = h->h_aliases; *pch != NULL; pch++) {