Searched refs:res_nquery (Results 1 - 4 of 4) sorted by relevance
/bionic/libc/dns/resolv/ |
H A D | res_query.c | 128 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 D | res_data.c | 209 return (res_nquery(&_nres, name, class, type, answer, anslen));
|
/bionic/libc/dns/include/ |
H A D | resolv_private.h | 393 #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 D | gethnamaddr.c | 735 * 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