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

/bind-9.11.3/lib/dns/include/dns/
H A Drpz.h30 * Sub-zones of various trigger types.
94 * Mask of the specified and higher numbered policy zones
126 dns_rpz_num_t num; /* ordinal in list of policy zones */
146 * Bitfields indicating which policy zones have policies of
180 * Response policy zones known to a view.
185 dns_rpz_zone_t *zones[DNS_RPZ_MAX_ZONES]; member in struct:dns_rpz_zones
190 * the server is reconfigured with new zones or policy)
214 * policy zones in the view. It is only used to print summary
/bind-9.11.3/lib/dns/
H A Dcatz.c78 * Collection of catalog zones for a view
81 isc_ht_t *zones; member in struct:dns_catz_zones
388 * old zone, or are in both zones and are modified.
569 result = isc_ht_init(&new_zones->zones, mctx, 4);
586 isc_ht_destroy(&new_zones->zones);
688 result = isc_ht_add(catzs->zones, new_zone->name.ndata,
697 tresult = isc_ht_find(catzs->zones, name->ndata,
716 result = isc_ht_find(catzs->zones, name->ndata, name->length,
815 if (catzs->zones != NULL) {
816 result = isc_ht_iter_create(catzs->zones,
[all...]
H A Dzone.c542 dns_zonelist_t zones; member in struct:dns_zonemgr
1759 * This is true for slave zones, stub zones, key zones, and zones that
1791 * Only RBTDB zones can be used for response policy zones,
1793 * Only zones that are loaded instead of mmap()ed create the
1794 * summary data and so can be policy zones.
2018 * Built in zones (wit
[all...]
/bind-9.11.3/lib/bind9/
H A Dcheck.c1888 "redirect zones must be called \".\"");
1983 * Master & slave zones may have an "also-notify" field, but
2027 * Slave & stub zones must have a "masters" field.
2052 * Master zones can't have both "allow-update" and "update-policy".
2389 * If the zone type is rbt/rbt64 then master/hint zones
2391 * If inline signing is used, then slave zones require a
3084 const cfg_obj_t *zones = NULL; local
3116 * there are no duplicate zones.
3126 (void)cfg_map_get(voptions, "zone", &zones);
3128 (void)cfg_map_get(config, "zone", &zones);
3695 const cfg_obj_t *zones = NULL; local
[all...]

Completed in 46 milliseconds