Searched defs:zones (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c1253 * Slave & stub zones must have a "masters" field.
1278 * Master zones can't have both "allow-update" and "update-policy".
1367 * If the zone type is rbt/rbt64 then master/hint zones
1783 const cfg_obj_t *zones = NULL; local
1801 * there are no duplicate zones.
1811 (void)cfg_map_get(voptions, "zone", &zones);
1813 (void)cfg_map_get(config, "zone", &zones);
1815 for (element = cfg_list_first(zones);
2275 const cfg_obj_t *zones = NULL; local
2277 (void)cfg_map_get(config, "zone", &zones);
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dzone.c415 dns_zonelist_t zones; member in struct:dns_zonemgr
1332 * This is true for slave zones, stub zones, and zones that allow
1437 * Built in zones (with the exception of empty zones) don't need
2518 * For dynamic zones we must support every algorithm so we can
2520 * For non-dynamic zones we only need to find a supported algorithm.
2672 * Master / Slave / Stub zones require both NS and SOA records at
2710 * This is checked in zone_replacedb() for slave zones
[all...]

Completed in 31 milliseconds