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

  /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.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 398 #define res_nquery __res_nquery macro
472 int res_nquery(res_state, const char *, int, int, u_char *, int);
  /bionic/libc/dns/net/
gethnamaddr.c 739 * this is also done in res_nquery() since we are not the only
1292 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf))
    [all...]

Completed in 179 milliseconds