HomeSort by: relevance | last modified time | path
    Searched defs:addzone (Results 1 - 6 of 6) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
catz.h 272 * Merge 'newzone' into 'target', calling addzone/delzone/modzone
333 dns_catz_zoneop_fn_t addzone; member in struct:dns_catz_zonemodmethods
  /src/external/mpl/bind/dist/lib/dns/include/dns/
catz.h 282 dns_catz_zoneop_fn_t addzone; member in struct:dns_catz_zonemodmethods
  /src/external/mpl/bind/dist/lib/dns/
catz.c 485 * Merge 'newcatz' into 'catz', calling addzone/delzone/modzone
502 dns_catz_zoneop_fn_t addzone, modzone, delzone; local
511 addzone = catz->catzs->zmm->addzone;
719 result = addzone(entry, catz, catz->catzs->view,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
catz.c 407 dns_catz_zoneop_fn_t addzone, modzone, delzone; local
414 addzone = target->catzs->zmm->addzone;
558 result = addzone(entry, target, target->catzs->view,
  /src/external/mpl/bind/dist/bin/named/
statschannel.c 2306 addzone(char *name, char *classname, const char *ztype, uint32_t serial, function
2355 zoneobj = addzone(zone_name_only, class_only,
2358 zoneobj = addzone(zone_name_only, class_only,
2572 xfrinobj = addzone(zone_name_only, class_only,
2575 xfrinobj = addzone(zone_name_only, class_only,
server.c 13129 "# the 'rndc addzone' command. DO NOT EDIT BY HAND.\n"
13791 bn = "addzone";
13799 * Convert the "addzone" or "modzone" to just "zone", for
13815 /* Check the zone type for ones that are not supported by addzone. */
14071 "addzone failed; reverting.");
14275 TCHECK(putstr(text, "Use 'rndc addzone' to correct\n"));
14345 * Act on an "addzone" or "modzone" command from the command channel.
14351 bool addzone; local
14365 addzone = true;
14368 addzone = false
    [all...]

Completed in 26 milliseconds