Fields
![]()
struct hostent {![]()
struct hostent *![]()
HOSTENT_STORAGE struct hostent s_hostent;![]()
lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf,![]()
size_t buflen, struct hostent **result, int *h_errnop)![]()
struct hostent *lwip_gethostbyname(const char *name);![]()
int lwip_gethostbyname_r(const char *name, struct hostent *ret, char *buf,![]()
size_t buflen, struct hostent **result, int *h_errnop);