res_query
length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,
int res_query(const char *, int, int, u_char *, int);
__weak_reference(__res_query, res_query);
if ((len = res_query(zone, C_IN, T_SRV, q.buf, sizeof(q.buf))) == -1 ||