HomeSort by: relevance | last modified time | path
    Searched refs:RES_DEBUG (Results 1 - 12 of 12) sorted by relevancy

  /src/lib/libresolv/
res_sendsigned.c 27 #include "res_debug.h"
103 nstatp->options &= ~RES_DEBUG;
119 Dprint((statp->options & RES_DEBUG) ||
124 DprintQ((statp->options & RES_DEBUG) ||
155 Dprint((statp->options & RES_DEBUG) ||
160 DprintQ((statp->options & RES_DEBUG) ||
res_update.c 92 if ((statp->options & RES_DEBUG) != 0U) res_dprintf x; \
res_findzonecut.c 97 if ((statp->options & RES_DEBUG) != 0U) res_dprintf x; \
  /src/lib/libc/resolv/
res_query.c 161 if (statp->options & RES_DEBUG)
179 if (statp->options & RES_DEBUG)
193 if (statp->options & RES_DEBUG)
199 if (statp->options & RES_DEBUG)
208 if (statp->options & RES_DEBUG)
402 if (statp->options & RES_DEBUG)
res_send.c 162 #include "res_debug.h"
361 DprintQ((statp->options & RES_DEBUG) || (statp->pfcode & RES_PRF_QUERY),
505 Dprint(((statp->options & RES_DEBUG) &&
539 Dprint((statp->options & RES_DEBUG) ||
544 DprintQ((statp->options & RES_DEBUG) ||
796 Dprint(statp->options & RES_DEBUG,
807 Dprint(statp->options & RES_DEBUG,
849 DprintQ((statp->options & RES_DEBUG) ||
948 Dprint(statp->options & RES_DEBUG,
1014 Dprint(statp->options & RES_DEBUG, (stdout, ";; timeout\n"))
    [all...]
res_mkquery.c 130 if (statp->options & RES_DEBUG)
237 if ((statp->options & RES_DEBUG) != 0U)
260 if (statp->options & RES_DEBUG)
295 if ((statp->options & RES_DEBUG) != 0U)
res_init.c 556 if (statp->options & RES_DEBUG) {
616 if (statp->options & RES_DEBUG)
632 if (statp->options & RES_DEBUG)
642 if (statp->options & RES_DEBUG)
668 if (statp->options & RES_DEBUG)
673 if (!(statp->options & RES_DEBUG)) {
676 statp->options |= RES_DEBUG;
res_debug.c 1 /* $NetBSD: res_debug.c,v 1.18 2023/08/09 07:01:09 riastradh Exp $ */
97 static const char sccsid[] = "@(#)res_debug.c 8.1 (Berkeley) 6/4/93";
98 static const char rcsid[] = "Id: res_debug.c,v 1.19 2009/02/26 11:20:20 tbox Exp";
100 __RCSID("$NetBSD: res_debug.c,v 1.18 2023/08/09 07:01:09 riastradh Exp $");
680 case RES_DEBUG: return "debug";
  /src/lib/libc/net/
getnetnamadr.c 360 if (res->options & RES_DEBUG)
472 if (res->options & RES_DEBUG)
getaddrinfo.c 2583 if (statp->options & RES_DEBUG)
2603 if (statp->options & RES_DEBUG)
2616 if (statp->options & RES_DEBUG)
2623 if (statp->options & RES_DEBUG)
2634 if (statp->options & RES_DEBUG)
2830 if (res->options & RES_DEBUG)
gethnamaddr.c 185 if (res->options & RES_DEBUG) {
  /src/include/
resolv.h 230 * Resolver options (keep these in synch with res_debug.c, please)
233 #define RES_DEBUG 0x00000002 /*%< print debug messages */

Completed in 20 milliseconds