Searched refs:res_nquery (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/kits/network/libbind/resolv/
H A Dres_query.c111 res_nquery(res_state statp, function
162 printf(";; res_nquery: retry without EDNS0\n");
238 return (res_nquery(statp, cp, class, type, answer, anslen));
399 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c185 return (res_nquery(&_res, name, class, type, answer, anslen));
/haiku-fatelf/headers/posix/
H A Dresolv.h360 #define res_nquery __res_nquery macro
442 int res_nquery(res_state, const char *, int, int, u_char *, int);
/haiku-fatelf/src/kits/network/libbind/irs/
H A Ddns_nw.c285 anslen = res_nquery(pvt->res, qbuf, C_IN, T_PTR, ansbuf, MAXPACKET);
467 anslen = res_nquery(pvt->res, qbuf, C_IN, T_A, ansbuf, MAXPACKET);
H A Ddns_ho.c289 * this is also done in res_nquery() since we are not the only
470 if ((n = res_nquery(pvt->res, p->qname, p->qclass, p->qtype,
631 * this is also done in res_nquery() since we are not the only

Completed in 70 milliseconds