Home
last modified time | relevance | path

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

/bionic/libc/dns/
Dgethnamaddr.c602 rs->host.h_addrtype = ntohl(size); in android_read_hostent()
655 rs->host.h_addrtype = af; in gethostbyname_internal_real()
966 if (rs->host.h_addrtype != 0 && rs->host.h_addrtype != af) in _gethtent()
974 rs->host.h_addrtype = af; in _gethtent()
1048 if (p->h_addrtype != af) in _gethtbyname2()
1139 rs->host.h_addrtype = af; in _gethtbyaddr()
1143 if (p->h_addrtype == af && !memcmp(p->h_addr, addr, in _gethtbyaddr()
1185 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in map_v4v6_hostent()
1187 hp->h_addrtype = AF_INET6; in map_v4v6_hostent()
1251 rs->host.h_addrtype = 0; in gethostent()
[all …]
/bionic/libc/include/
Dnetdb.h87 int h_addrtype; /* host address type */ member