Symbol: RPZ_CNAME_OVERRIDE_ACTION
sbin/unwind/libunbound/respip/respip.c
1336
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
1811
mstate->s.env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
sbin/unwind/libunbound/services/mesh.c
2560
qstate->env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
sbin/unwind/libunbound/services/rpz.c
2243
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION) {
sbin/unwind/libunbound/services/rpz.c
2247
log_rpz_apply("qname", z->name, NULL, RPZ_CNAME_OVERRIDE_ACTION,
sbin/unwind/libunbound/services/rpz.c
2250
stats->rpz_action[RPZ_CNAME_OVERRIDE_ACTION]++;
sbin/unwind/libunbound/services/rpz.c
2346
case RPZ_CNAME_OVERRIDE_ACTION:
sbin/unwind/libunbound/services/rpz.c
2409
case RPZ_CNAME_OVERRIDE_ACTION:
sbin/unwind/libunbound/services/rpz.c
248
case RPZ_CNAME_OVERRIDE_ACTION: return local_zone_redirect;
sbin/unwind/libunbound/services/rpz.c
268
case RPZ_CNAME_OVERRIDE_ACTION: return respip_redirect;
sbin/unwind/libunbound/services/rpz.c
2701
} else if(client_action == RPZ_CNAME_OVERRIDE_ACTION) {
sbin/unwind/libunbound/services/rpz.c
523
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
713
worker->stats.rpz_action[RPZ_CNAME_OVERRIDE_ACTION]++;
usr.sbin/unbound/respip/respip.c
1336
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
1811
mstate->s.env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
usr.sbin/unbound/services/mesh.c
2560
qstate->env->mesh->rpz_action[RPZ_CNAME_OVERRIDE_ACTION] += i;
usr.sbin/unbound/services/rpz.c
2243
if(r->action_override == RPZ_CNAME_OVERRIDE_ACTION) {
usr.sbin/unbound/services/rpz.c
2247
log_rpz_apply("qname", z->name, NULL, RPZ_CNAME_OVERRIDE_ACTION,
usr.sbin/unbound/services/rpz.c
2250
stats->rpz_action[RPZ_CNAME_OVERRIDE_ACTION]++;
usr.sbin/unbound/services/rpz.c
2346
case RPZ_CNAME_OVERRIDE_ACTION:
usr.sbin/unbound/services/rpz.c
2409
case RPZ_CNAME_OVERRIDE_ACTION:
usr.sbin/unbound/services/rpz.c
248
case RPZ_CNAME_OVERRIDE_ACTION: return local_zone_redirect;
usr.sbin/unbound/services/rpz.c
268
case RPZ_CNAME_OVERRIDE_ACTION: return respip_redirect;
usr.sbin/unbound/services/rpz.c
2701
} else if(client_action == RPZ_CNAME_OVERRIDE_ACTION) {
usr.sbin/unbound/services/rpz.c
523
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;