Searched defs:addzone (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dcatz.h260 * Merge 'newzone' into 'target', calling addzone/delzone/modzone
321 dns_catz_zoneop_fn_t addzone; member in struct:dns_catz_zonemodmethods
/bind-9.11.3/lib/dns/
H A Dcatz.c337 dns_catz_zoneop_fn_t addzone, modzone, delzone; local
344 addzone = target->catzs->zmm->addzone;
495 result = addzone(entry, target, target->catzs->view,
/bind-9.11.3/bin/named/
H A Dstatschannel.c2136 addzone(char *name, char *classname, const char *ztype, function
2184 zoneobj = addzone(zone_name_only, class_only,
2187 zoneobj = addzone(zone_name_only, class_only,
H A Dserver.c11207 "# the 'rndc addzone' command. DO NOT EDIT BY HAND.\n"
11856 bn = "addzone";
11863 * Convert the "addzone" or "modzone" to just "zone", for
11878 /* Check the zone type for ones that are not supported by addzone. */
12120 "addzone failed; reverting.");
12303 TCHECK(putstr(text, "Use 'rndc addzone' to correct\n"));
12370 * Act on an "addzone" or "modzone" command from the command channel.
12375 isc_boolean_t addzone; local
12386 addzone = ISC_TRUE;
12389 addzone
[all...]

Completed in 55 milliseconds