Searched refs:h_addrtype (Results 1 – 12 of 12) sorted by relevance
110 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()
116 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()
54 int h_addrtype; /* Address type. */ member
76 int h_addrtype; /* Address type. */ member
96 int h_addrtype; /* Address type. */ member
1497 s_hostent.h_addrtype = AF_AT; in at_gethostbyname()1569 ret->h_addrtype = AF_INET; in at_gethostbyname_r()
1158 if (hp != NULL && hp->h_addrtype == AF_INET) {
2119 if (hp != NULL && hp->h_addrtype == AF_INET) {
7353 ret->h_addrtype = sal_he.h_addrtype; in sys_gethostbyname2_r()
Completed in 38 milliseconds