Searched refs:h_addrtype (Results 1 – 2 of 2) sorted by relevance
549 rs->host.h_addrtype = af; in gethostbyname_internal()766 if (rs->host.h_addrtype != 0 && rs->host.h_addrtype != af) in _gethtent()774 rs->host.h_addrtype = af; in _gethtent()848 if (p->h_addrtype != af) in _gethtbyname2()939 rs->host.h_addrtype = af; in _gethtbyaddr()943 if (p->h_addrtype == af && !memcmp(p->h_addr, addr, in _gethtbyaddr()985 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in map_v4v6_hostent()987 hp->h_addrtype = AF_INET6; in map_v4v6_hostent()1051 rs->host.h_addrtype = 0; in gethostent()1195 hp->h_addrtype = af; in _dns_gethtbyaddr()[all …]
87 int h_addrtype; /* host address type */ member