Home
last modified time | relevance | path

Searched refs:RES_USE_INET6 (Results 1 – 3 of 3) sorted by relevance

/system/netd/resolv/
Dresolv_private.h163 #define RES_USE_INET6 0x00002000 /* use/map IPv6 in gethostbyname() */ macro
Dgethnamaddr.cpp382 if (res->options & RES_USE_INET6) map_v4v6_hostent(hent, &bp, ep); in getanswer()
491 if (res->options & RES_USE_INET6) map_v4v6_hostent(hp, &buf, buf + buflen); in gethostbyname_internal_real()
608 if (res->options & RES_USE_INET6) { in netbsd_gethostent_r()
864 if (info->hp->h_addrtype == AF_INET && (res->options & RES_USE_INET6)) { in dns_gethtbyaddr()
Dres_init.cpp232 statp->options |= RES_USE_INET6; in res_setoptions()