Home
last modified time | relevance | path

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

/components/net/lwip/lwip-1.4.1/src/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()
/components/net/lwip/lwip-2.0.3/src/api/
A Dnetdb.c115 s_hostent.h_aliases = &s_aliases; in lwip_gethostbyname()
123 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", (void*)s_hostent.h_aliases)); in lwip_gethostbyname()
216 ret->h_aliases = &h->aliases; in lwip_gethostbyname_r()
/components/net/lwip/lwip-2.1.2/src/api/
A Dnetdb.c115 s_hostent.h_aliases = &s_aliases; in lwip_gethostbyname()
123 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", (void *)s_hostent.h_aliases)); in lwip_gethostbyname()
216 ret->h_aliases = &h->aliases; in lwip_gethostbyname_r()
/components/net/sal/include/
A Dsal_netdb.h52 char **h_aliases; /* A pointer to an array of pointers to alternative host names, member
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dnetdb.h74 char **h_aliases; /* A pointer to an array of pointers to alternative host names, member
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dnetdb.h94 char **h_aliases; /* A pointer to an array of pointers to alternative host names, member
/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dnetdb.h94 char **h_aliases; /* A pointer to an array of pointers to alternative host names, member
/components/net/at/at_socket/
A Dat_socket.c1496 s_hostent.h_aliases = &s_aliases; in at_gethostbyname()
1568 ret->h_aliases = &h->aliases; in at_gethostbyname_r()

Completed in 24 milliseconds