Home
last modified time | relevance | path

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

/bionic/libc/netbsd/
Dgethnamaddr.c548 rs->host.h_addrtype = af; in gethostbyname_internal()
765 if (rs->host.h_addrtype != 0 && rs->host.h_addrtype != af) in _gethtent()
773 rs->host.h_addrtype = af; in _gethtent()
847 if (p->h_addrtype != af) in _gethtbyname2()
938 rs->host.h_addrtype = af; in _gethtbyaddr()
942 if (p->h_addrtype == af && !memcmp(p->h_addr, addr, in _gethtbyaddr()
984 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in map_v4v6_hostent()
986 hp->h_addrtype = AF_INET6; in map_v4v6_hostent()
1050 rs->host.h_addrtype = 0; in gethostent()
1194 hp->h_addrtype = af; in _dns_gethtbyaddr()
[all …]
/bionic/libc/include/
Dnetdb.h91 int h_addrtype; /* host address type */ member