Searched full:dns_dtmode_file (Results 1 - 5 of 5) sorted by relevance
| /bind-9.11.3/lib/dns/tests/ |
| H A D | dnstap_test.c | 72 result = dns_dt_create(mctx, dns_dtmode_file, TAPFILE, &fopt, &dtenv); 154 result = dns_dt_create(mctx, dns_dtmode_file, TAPFILE, &fopt, &dtenv); 249 result = dns_dt_open(TAPFILE, dns_dtmode_file, mctx, &handle); 300 result = dns_dt_open(TAPSAVED, dns_dtmode_file, mctx, &handle);
|
| /bind-9.11.3/lib/dns/include/dns/ |
| H A D | dnstap.h | 81 dns_dtmode_file, enumerator in enum:__anon117 160 * If 'roll' is non-negative and 'env->mode' is dns_dtmode_file, 332 *\li #ISC_R_NOTIMPLEMENTED if 'mode' is not dns_dtmode_file. (XXX)
|
| /bind-9.11.3/bin/tools/ |
| H A D | dnstap-read.c | 310 CHECKM(dns_dt_open(argv[0], dns_dtmode_file, mctx, &handle),
|
| /bind-9.11.3/lib/dns/ |
| H A D | dnstap.c | 216 if (mode == dns_dtmode_file) { 302 if (env->mode == dns_dtmode_file) { 335 if (env->mode == dns_dtmode_file && roll >= 0) { 861 case dns_dtmode_file:
|
| /bind-9.11.3/bin/named/ |
| H A D | server.c | 3089 dmode = dns_dtmode_file;
|
Completed in 483 milliseconds