Home
last modified time | relevance | path

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

/lib/liblwip/src/api/
Dnetdb.c108 s_hostent.h_name = (char*)name; in lwip_gethostbyname()
116 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_name == %s\n", s_hostent.h_name)); in lwip_gethostbyname()
215 ret->h_name = hostname; in lwip_gethostbyname_r()
/lib/liblwip/src/include/lwip/
Dnetdb.h73 char *h_name; /* Official name of the host. */ member