Home
last modified time | relevance | path

Searched refs:h_addrtype (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/api/
Dnetdb.c110 s_hostent.h_addrtype = AF_INET; in lwip_gethostbyname()
125 LWIP_DEBUGF(DNS_DEBUG, ("hostent.h_addrtype == %d\n", s_hostent.h_addrtype)); in lwip_gethostbyname()
217 ret->h_addrtype = AF_INET; in lwip_gethostbyname_r()
/lib/liblwip/src/include/lwip/
Dnetdb.h76 int h_addrtype; /* Address type. */ member
/lib/liblwip/src/netif/ppp/
Dauth.c1158 if (hp != NULL && hp->h_addrtype == AF_INET) {