Symbol: RPZ_CNAME_OVERRIDE_ACTION
sbin/unwind/libunbound/respip/respip.c
1347
RPZ_CNAME_OVERRIDE_ACTION);
sbin/unwind/libunbound/respip/respip.c
857
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION &&
sbin/unwind/libunbound/services/mesh.c
1868
mstate->s.env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
sbin/unwind/libunbound/services/mesh.c
2644
qstate->env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
sbin/unwind/libunbound/services/rpz.c
2244
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION) {
sbin/unwind/libunbound/services/rpz.c
2248
log_rpz_apply("qname", z->name, NULL, RPZ_CNAME_OVERRIDE_ACTION,
sbin/unwind/libunbound/services/rpz.c
2251
stats->rpz_action[RPZ_CNAME_OVERRIDE_ACTION]++;
sbin/unwind/libunbound/services/rpz.c
2347
case RPZ_CNAME_OVERRIDE_ACTION:
sbin/unwind/libunbound/services/rpz.c
2410
case RPZ_CNAME_OVERRIDE_ACTION:
sbin/unwind/libunbound/services/rpz.c
249
case RPZ_CNAME_OVERRIDE_ACTION: return local_zone_redirect;
sbin/unwind/libunbound/services/rpz.c
269
case RPZ_CNAME_OVERRIDE_ACTION: return respip_redirect;
sbin/unwind/libunbound/services/rpz.c
2704
} else if(client_action == RPZ_CNAME_OVERRIDE_ACTION) {
sbin/unwind/libunbound/services/rpz.c
524
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION) {
sbin/unwind/libunbound/services/rpz.c
79
case RPZ_CNAME_OVERRIDE_ACTION: return "rpz-cname-override";
sbin/unwind/libunbound/services/rpz.c
94
else if(strcmp(a, "cname") == 0) return RPZ_CNAME_OVERRIDE_ACTION;
usr.sbin/unbound/daemon/worker.c
751
worker->stats.rpz_action[RPZ_CNAME_OVERRIDE_ACTION]++;
usr.sbin/unbound/respip/respip.c
1347
RPZ_CNAME_OVERRIDE_ACTION);
usr.sbin/unbound/respip/respip.c
857
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION &&
usr.sbin/unbound/services/mesh.c
1868
mstate->s.env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
usr.sbin/unbound/services/mesh.c
2644
qstate->env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
usr.sbin/unbound/services/rpz.c
2244
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION) {
usr.sbin/unbound/services/rpz.c
2248
log_rpz_apply("qname", z->name, NULL, RPZ_CNAME_OVERRIDE_ACTION,
usr.sbin/unbound/services/rpz.c
2251
stats->rpz_action[RPZ_CNAME_OVERRIDE_ACTION]++;
usr.sbin/unbound/services/rpz.c
2347
case RPZ_CNAME_OVERRIDE_ACTION:
usr.sbin/unbound/services/rpz.c
2410
case RPZ_CNAME_OVERRIDE_ACTION:
usr.sbin/unbound/services/rpz.c
249
case RPZ_CNAME_OVERRIDE_ACTION: return local_zone_redirect;
usr.sbin/unbound/services/rpz.c
269
case RPZ_CNAME_OVERRIDE_ACTION: return respip_redirect;
usr.sbin/unbound/services/rpz.c
2704
} else if(client_action == RPZ_CNAME_OVERRIDE_ACTION) {
usr.sbin/unbound/services/rpz.c
524
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION) {
usr.sbin/unbound/services/rpz.c
79
case RPZ_CNAME_OVERRIDE_ACTION: return "rpz-cname-override";
usr.sbin/unbound/services/rpz.c
94
else if(strcmp(a, "cname") == 0) return RPZ_CNAME_OVERRIDE_ACTION;