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

/bionic/libc/netbsd/resolv/
H A Dres_query.c127 res_nquery(res_state statp, function
171 printf(";; res_nquery: retry without EDNS0\n");
248 return (res_nquery(statp, cp, class, type, answer, anslen));
409 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/private/
H A Dresolv_private.h382 #define res_nquery __res_nquery macro
458 int res_nquery(res_state, const char *, int, int, u_char *, int);
/bionic/libc/netbsd/
H A Dgethnamaddr.c655 * this is also done in res_nquery() since we are not the only
1372 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, sizeof(buf->buf));
1375 dprintf("res_nquery failed (%d)\n", res, n);

Completed in 183 milliseconds