Searched refs:h_addrtype (Results 1 – 4 of 4) sorted by relevance
155 hent.h_addrtype = 0; /* XXX: gcc */ in _hf_gethtbyname2()159 info->hp->h_addrtype = af; in _hf_gethtbyname2()180 hent.h_addrtype = af = hp->h_addrtype; in _hf_gethtbyname2()213 hp->h_addrtype = hent.h_addrtype; in _hf_gethtbyname2()253 info->hp->h_addrtype = va_arg(ap, int); in _hf_gethtbyaddr()
655 hp->h_addrtype = ntohl(size); in android_read_hostent()730 hp->h_addrtype = af; in gethostbyname_internal_real()1026 if (hent->h_addrtype != 0 && hent->h_addrtype != af) in netbsd_gethostent_r()1048 hent->h_addrtype = af; in netbsd_gethostent_r()1103 if (hp->h_addrtype != AF_INET || hp->h_length != NS_INADDRSZ) in map_v4v6_hostent()1105 hp->h_addrtype = AF_INET6; in map_v4v6_hostent()1181 info->hp->h_addrtype = va_arg(ap, int); in _dns_gethtbyname()1183 switch (info->hp->h_addrtype) { in _dns_gethtbyname()1248 info->hp->h_addrtype = va_arg(ap, int); in _dns_gethtbyaddr()1252 switch (info->hp->h_addrtype) { in _dns_gethtbyaddr()[all …]
84 int h_addrtype; /* host address type */ member
178 ASSERT_EQ(hent->h_addrtype, AF_INET); in VerifyLocalhost()