/bionic/libc/dns/resolv/ |
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));
|
res_data.c | 209 return (res_nquery(&_nres, name, class, type, answer, anslen));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
resolv.h | 314 #define res_nquery __res_nquery macro 372 int res_nquery (res_state, const char *, int, int, u_char *, int)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
resolv.h | 316 #define res_nquery __res_nquery macro 374 int res_nquery (res_state, const char *, int, int, u_char *, int)
|
/bionic/libc/dns/include/ |
resolv_private.h | 412 #define res_nquery __res_nquery macro 486 int res_nquery(res_state, const char *, int, int, u_char *, int);
|
/bionic/libc/dns/net/ |
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); [all...] |