Home
last modified time | relevance | path

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

/lib/liblwip/src/api/
Dnetdb.c111 s_hostent.h_length = sizeof(ip_addr_t); in lwip_gethostbyname()
126 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_length == %d\n", s_hostent.h_length)); in lwip_gethostbyname()
218 ret->h_length = sizeof(ip_addr_t); in lwip_gethostbyname_r()
/lib/liblwip/src/include/lwip/
Dnetdb.h77 int h_length; /* The length, in bytes, of the address. */ member