Lines Matching refs:dynamic
1755 * Return true iff the zone is "dynamic", in the sense that the zone's
1760 * allow dynamic updates either by having an update policy ("ssutable")
3643 isc_boolean_t dynamic = (zone->type == dns_zone_master) ?
3673 * For dynamic zones we must support every algorithm so we can
3675 * For non-dynamic zones we only need to find a supported algorithm.
3686 nsec3param.hash == DNS_NSEC3_UNKNOWNALG && !dynamic)
3693 if (dynamic) {
3696 " in dynamic zone: %u",
4853 "signed dynamic zone has no "
15717 "could not forward dynamic update to %s: %s",
15748 "forwarded dynamic update: "
15763 "forwarding dynamic update: "
15796 "exhausted dynamic update forwarder list");
17243 * Called when a dynamic update for an NSEC3PARAM record is received.