{
struct hostent *hp;
if ((_res.options && RES_INIT) == 0) {
res_init(); /* XXX */
}
if (_res.options & RES_USE_INET6) { /* XXX */
hp = gethostbyname2(name, AF_INET6); /* XXX */
if (hp) /* XXX */