Home
last modified time | relevance | path

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

/external/lib/lwip/api/
A Dnetdb.c109 s_hostent.h_aliases = &s_aliases; in lwip_gethostbyname()
117 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", s_hostent.h_aliases)); in lwip_gethostbyname()
118 if (s_hostent.h_aliases != NULL) { in lwip_gethostbyname()
120 for ( idx=0; s_hostent.h_aliases[idx]; idx++) { in lwip_gethostbyname()
121 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %p\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases[%i]-> == %s\n", idx, s_hostent.h_aliases[idx])); in lwip_gethostbyname()
216 ret->h_aliases = &h->aliases; in lwip_gethostbyname_r()
/external/lib/lwip/include/lwip/
A Dnetdb.h74 char **h_aliases; /* A pointer to an array of pointers to alternative host names, member

Completed in 5 milliseconds