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

  /bionic/libc/include/
resolv.h 59 int res_query(const char*, int, int, u_char*, int);
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_query.c 82 static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93";
83 static char orig_rcsid = "From: Id: res_query.c,v 8.14 1997/06/09 17:47:05 halley Exp $";
84 static char rcsid[] = "$Id: res_query.c,v 1.1.1.1 2003/11/19 01:51:38 kyu3 Exp $";
119 res_query( function
139 printf(";; res_query(%s, %d, %d)\n", name, class, type);
147 printf(";; res_query: mkquery failed\n");
156 printf(";; res_query: send error\n");
226 return (res_query(cp, class, type, answer, anslen));
333 * Perform a call on res_query on the concatenation of name and domain,
384 return (res_query(longname, class, type, answer, anslen));
    [all...]
getnetbydns.c 261 anslen = res_query(qbuf, C_IN, T_PTR, (u_char *)&buf, sizeof(buf));
265 printf("res_query failed\n");
299 printf("res_query failed\n");
gethostbydns.c 553 * this is also done in res_query() since we are not the only
701 n = res_query(qbuf, C_IN, T_PTR, (u_char *)buf.buf, sizeof buf.buf);
703 dprintf("res_query failed (%d)\n", n);
  /device/linaro/bootloader/edk2/StdLib/Include/
resolv.h 223 #define res_query __res_query macro
273 int res_query __P((const char *, int, int, u_char *, int));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 260 #define res_query __res_query macro
275 int res_query (const char *, int, int, u_char *, int) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 262 #define res_query __res_query macro
277 int res_query (const char *, int, int, u_char *, int) __THROW;
  /bionic/libc/dns/include/
resolv_private.h 84 * This used to be defined in res_query.c, now it's in herror.c.
338 #define res_query __res_query macro
353 int res_query(const char *, int, int, u_char *, int);
  /bionic/libc/dns/resolv/
res_data.c 200 res_query(const char *name, /* domain name */ function
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 239 anslen = res_query(name, C_IN, T_CERT, answer, buflen);
  /external/openssh/openbsd-compat/
getrrsetbyname.c 237 length = res_query(hostname, (signed int) rdclass, (signed int) rdtype,
  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 472 #define res_query _res_query
  /external/openssh/
configure     [all...]

Completed in 350 milliseconds