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

/bionic/libc/dns/resolv/
H A Dres_query.c128 res_nquery(res_state statp, function
172 printf(";; res_nquery: retry without EDNS0\n");
249 return (res_nquery(statp, cp, class, type, answer, anslen));
419 return (res_nquery(statp, longname, class, type, answer, anslen));
H A Dres_data.c209 return (res_nquery(&_nres, name, class, type, answer, anslen));
/bionic/libc/dns/include/
H A Dresolv_private.h393 #define res_nquery __res_nquery macro
469 int res_nquery(res_state, const char *, int, int, u_char *, int);
/bionic/libc/dns/net/
H A Dgethnamaddr.c735 * this is also done in res_nquery() since we are not the only
1294 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf));
1297 debugprintf("res_nquery failed (%d)\n", res, n);

Completed in 55 milliseconds