Searched refs:h_addrtype (Results 1 – 6 of 6) sorted by relevance
65 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in map_v4v6_hostent()67 hp->h_addrtype = AF_INET6; in map_v4v6_hostent()
469 host.h_addrtype = af; in res_gethostbyname2_context()664 hp->h_addrtype = af; in res_gethostbyaddr_context()671 hp->h_addrtype = AF_INET6; in res_gethostbyaddr_context()757 host.h_addrtype = af; in _gethtent()803 if (p->h_addrtype != af) in _gethtbyname2()825 if (p->h_addrtype == af && !memcmp(p->h_addr, addr, len)) in _gethtbyaddr()856 if (hp->h_addrtype != AF_INET || hp->h_length != INADDRSZ) in map_v4v6_hostent()858 hp->h_addrtype = AF_INET6; in map_v4v6_hostent()
127 TEST_VERIFY (e->h_addrtype == family); in check_hostent()
374 if (hp->h_addrtype != AF_INET) in _res_hconf_reorder_addrs()
102 int h_addrtype; /* Host address type. */ member
206 result->h_addrtype = af; in libc_hidden_def()267 result->h_addrtype = AF_INET; in libc_hidden_def()553 result->h_addrtype = af; in libc_hidden_def()
Completed in 15 milliseconds