Searched refs:module_conf (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c604 check_modules_exist(const char* module_conf) argument
607 const char* s = module_conf;
633 fatal_exit("module_conf lists module '%s' but that "
710 if(cfg->disable_edns_do && strstr(cfg->module_conf, "validator")
728 if(cfg->ipsecmod_enabled && strstr(cfg->module_conf, "ipsecmod")) {
738 /* check that the modules listed in module_conf exist */
739 check_modules_exist(cfg->module_conf);
742 if(strcmp(cfg->module_conf, "iterator") != 0
743 && strcmp(cfg->module_conf, "validator iterator") != 0
744 && strcmp(cfg->module_conf, "dns6
[all...]
/netbsd-current/external/bsd/unbound/dist/services/
H A Dmodstack.h66 * @param module_conf: string what modules to insert.
69 int modstack_config(struct module_stack* stack, const char* module_conf);
89 * @param module_conf: string what modules to insert.
95 int modstack_setup(struct module_stack* stack, const char* module_conf,
H A Dmodstack.c99 modstack_config(struct module_stack* stack, const char* module_conf) argument
102 verbose(VERB_QUERY, "module config: \"%s\"", module_conf);
103 stack->num = count_modules(module_conf);
120 stack->mod[i] = module_factory(&module_conf);
124 snprintf(md, sizeof(md), "%s", module_conf);
226 modstack_setup(struct module_stack* stack, const char* module_conf, argument
233 if(!modstack_config(stack, module_conf)) {
/netbsd-current/external/bsd/unbound/dist/testcode/
H A Dunitzonemd.c274 if(env.cfg->module_conf)
275 free(env.cfg->module_conf);
276 env.cfg->module_conf = strdup("validator iterator");
277 if(!env.cfg->module_conf)
291 if(!modstack_setup(&mods, env.cfg->module_conf, &env))
/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h373 char* module_conf; member in struct:config_file
H A Dconfig_file.c321 if(!(cfg->module_conf = strdup("subnetcache validator iterator"))) goto error_exit;
323 if(!(cfg->module_conf = strdup("validator iterator"))) goto error_exit;
733 else S_STR("module-config:", module_conf)
1152 else O_STR(opt, "module-config", module_conf)
1638 free(cfg->module_conf);
H A Dconfigparser.y1927 free(cfg_parser->cfg->module_conf);
1928 cfg_parser->cfg->module_conf = $2;
H A Dconfigparser.c4959 free(cfg_parser->cfg->module_conf);
4960 cfg_parser->cfg->module_conf = (yyvsp[0].str);
/netbsd-current/external/bsd/unbound/dist/libunbound/
H A Dcontext.c76 if(!modstack_setup(&ctx->mods, cfg->module_conf, ctx->env))
/netbsd-current/external/bsd/unbound/dist/daemon/
H A Dunbound.c206 if(strstr(cfg->module_conf, "validator") && (cfg->trust_anchor_file_list || cfg->trust_anchor_list || cfg->auto_trust_anchor_file_list || cfg->trusted_keys_file_list)) {
H A Ddaemon.c453 if(!modstack_setup(&daemon->mods, daemon->cfg->module_conf,
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1028 char* module_conf;

Completed in 360 milliseconds