Searched refs:h_addrtype (Results 1 – 3 of 3) sorted by relevance
121 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()130 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()221 ret->h_addrtype = AF_INET; in lwip_gethostbyname_r()
96 int h_addrtype; /* Address type. */ member
2122 if (hp != NULL && hp->h_addrtype == AF_INET) {
Completed in 8 milliseconds