2108: if (res->options & RES_DEBUG)
2109: printf(";; res_nquery(%s, %d, %d)\n", name, class, type);
2110: #endif
2125: if (res->options & RES_DEBUG)
2126: printf(";; res_nquery: mkquery failed\n");
2127: #endif
2138: if (res->options & RES_DEBUG)
2139: printf(";; res_query: send error\n");
2140: #endif
2149: if (res->options & RES_DEBUG)
2150: printf(";; rcode = %u, ancount=%u\n", hp->rcode,
2151: ntohs(hp->ancount));
2354: if (res->options & RES_DEBUG)
2355: printf(";; res_querydomain(%s, %s)\n",
2356: name, domain?domain:"<Nil>");