Home
last modified time | relevance | path

Searched refs:ipsecmod_enabled (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dconfig_file.h716 int ipsecmod_enabled; member
H A Dconfig_file.c378 cfg->ipsecmod_enabled = 1; in config_create()
887 else S_YNO("ipsecmod-enabled:", ipsecmod_enabled) in config_set_option()
1394 else O_YNO(opt, "ipsecmod-enabled", ipsecmod_enabled) in config_get_option()
H A Dconfigparser.y2980 else cfg_parser->cfg->ipsecmod_enabled = (strcmp($2, "yes")==0);
H A Dconfigparser.c6393 else cfg_parser->cfg->ipsecmod_enabled = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/ipsecmod/
H A Dipsecmod.c111 iq->enabled = qstate->env->cfg->ipsecmod_enabled; in ipsecmod_new()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c773 if(cfg->ipsecmod_enabled && strstr(cfg->module_conf, "ipsecmod")) { in morechecks()
/freebsd/contrib/unbound/daemon/
H A Dremote.c6138 COPY_VAR_int(ipsecmod_enabled); in fr_atomic_copy_cfg()