Searched defs:empty (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/bin/named/ |
H A D | builtin.c | 13 * The built-in "version", "hostname", "id", "authors" and "empty" databases. 174 * it corresponds to a empty node in the zone or there should be 187 * If the total length is not 74 then this is a empty node 202 * If the total length is not 74 then this is a empty node 217 * If the total length is not 74 then this is a empty node 232 * If the total length is not 74 then this is a empty node 247 * If the total length is not 74 then this is a empty node 256 * If the total length is not 74 then this is a empty node 458 if (strcmp(argv[0], "empty") == 0 || strcmp(argv[0], "dns64") == 0) { 472 else if (strcmp(argv[0], "empty") 474 builtin_t *empty; local [all...] |
H A D | server.c | 663 * avoid a partial match with an empty node. For example, if 2882 * Look for forward "zones" beneath this empty zone and if so 2883 * create a custom db for the empty zone. 3006 ISC_LOG_INFO, "automatic empty zone%s%s: %s", 4724 * Setup automatic empty zones. If recursion is off then 4728 (void)ns_config_get(maps, "empty-zones-enable", &obj); 4729 (void)ns_config_get(maps, "disable-empty-zone", &disablelist); 4743 const char *empty; local 4751 { "_builtin", "empty", NULL, NULL }; 4759 result = ns_config_get(maps, "empty [all...] |
/bind-9.11.3/lib/dns/ |
H A D | nsec3.c | 513 dns_name_t empty; local 720 * Add missing NSEC3 records for empty nodes 722 dns_name_init(&empty, NULL); 723 dns_name_clone(name, &empty); 725 labels = dns_name_countlabels(&empty) - 1; 728 dns_name_getlabelsequence(&empty, 1, labels, &empty); 729 CHECK(name_exists(db, version, &empty, &exists)); 733 &empty, origin, hash, iterations, 819 * Create the NSEC3 RDATA for the empty nod 1324 dns_name_t empty; local [all...] |
H A D | resolver.c | 784 * an empty node. For other type of queries 785 * we cannot differentiate an empty node 861 isc_boolean_t empty; local 879 empty = fctx_decreference(query->fctx); 886 if (empty) 4639 * If TC=1 and the question section is empty, we 4654 "empty question section, " 4658 log_formerr(fctx, "empty question section"); 8402 * with an empty answer. Check to see if we can
|
/bind-9.11.3/bin/dnssec/ |
H A D | dnssectool.c | 1006 isc_boolean_t delegation, isc_boolean_t empty, 1051 (!delegation || (empty && !optout) || 1052 (!empty && dns_nsec_isset(types, dns_rdatatype_ds)))) 1059 delegation && (!empty || optout)) 1078 isc_boolean_t delegation, isc_boolean_t empty, 1090 delegation, empty, types, maxtype); 1004 verifynsec3(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin, isc_mem_t *mctx, dns_name_t *name, dns_rdata_t *rdata, isc_boolean_t delegation, isc_boolean_t empty, unsigned char types[8192], unsigned int maxtype) argument 1076 verifynsec3s(dns_db_t *db, dns_dbversion_t *ver, dns_name_t *origin, isc_mem_t *mctx, dns_name_t *name, dns_rdataset_t *nsec3paramset, isc_boolean_t delegation, isc_boolean_t empty, unsigned char types[8192], unsigned int maxtype) argument
|
Completed in 1065 milliseconds