Home
last modified time | relevance | path

Searched refs:s_hostent (Results 1 - 1 of 1) sorted by relevance

/third_party/lwip/src/api/
H A Dnetdb.c93 HOSTENT_STORAGE struct hostent s_hostent; in lwip_gethostbyname() local
113 s_hostent.h_name = s_hostname; in lwip_gethostbyname()
115 s_hostent.h_aliases = &s_aliases; in lwip_gethostbyname()
116 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()
117 s_hostent.h_length = sizeof(ip_addr_t); in lwip_gethostbyname()
118 s_hostent.h_addr_list = (char **)&s_phostent_addr; in lwip_gethostbyname()
122 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); in lwip_gethostbyname()
123 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_aliases == %p\n", (void *)s_hostent.h_aliases)); in lwip_gethostbyname()
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent in lwip_gethostbyname()
[all...]

Completed in 2 milliseconds