Home
last modified time | relevance | path

Searched refs:is_rpz (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dcontext.c62 int is_rpz = 0; in context_finalize() local
89 if(!auth_zones_apply_cfg(ctx->env->auth_zones, cfg, 1, &is_rpz, in context_finalize()
/freebsd/contrib/unbound/services/
H A Dauthzone.h493 int setup, int* is_rpz, struct module_env* env,
H A Dauthzone.c2246 int setup, int* is_rpz, struct module_env* env, in auth_zones_apply_cfg() argument
2256 *is_rpz = (*is_rpz || p->isrpz); in auth_zones_apply_cfg()
/freebsd/contrib/unbound/respip/
H A Drespip.c836 int* rpz_cname_override, struct regional* region, int* is_rpz, in respip_use_rpz() argument
842 *is_rpz = 0; in respip_use_rpz()
861 *is_rpz = 1; in respip_use_rpz()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c962 int is_rpz = 0; in check_auth() local
964 if(!az || !auth_zones_apply_cfg(az, cfg, 0, &is_rpz, NULL, NULL)) { in check_auth()