HomeSort by relevance Sort by last modified time
    Searched refs:res_nquery (Results 1 - 7 of 7) sorted by null

  /bionic/libc/netbsd/resolv/
res_query.c 127 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));
res_data.c 209 return (res_nquery(&_nres, name, class, type, answer, anslen));
  /bionic/libc/private/
resolv_private.h 382 #define res_nquery __res_nquery macro
458 int res_nquery(res_state, const char *, int, int, u_char *, int);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
resolv.h 310 #define res_nquery __res_nquery macro
368 int res_nquery (res_state, const char *, int, int, u_char *, int)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 310 #define res_nquery __res_nquery macro
368 int res_nquery (res_state, const char *, int, int, u_char *, int)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
resolv.h 310 #define res_nquery __res_nquery macro
368 int res_nquery (res_state, const char *, int, int, u_char *, int)
  /bionic/libc/netbsd/
gethnamaddr.c 655 * 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);
    [all...]

Completed in 26 milliseconds