Searched refs:control_cert_file (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/unbound/dist/util/
H A Dconfig_file.h513 char* control_cert_file; member in struct:config_file
H A Dconfig_file.c317 if(!(cfg->control_cert_file = strdup(RUN_DIR"/unbound_control.pem")))
732 else S_STR("control-cert-file:", control_cert_file)
1182 else O_STR(opt, "control-cert-file", control_cert_file)
1674 free(cfg->control_cert_file);
H A Dconfigparser.y3340 free(cfg_parser->cfg->control_cert_file);
3341 cfg_parser->cfg->control_cert_file = $2;
H A Dconfigparser.c6759 free(cfg_parser->cfg->control_cert_file);
6760 cfg_parser->cfg->control_cert_file = (yyvsp[0].str);
/netbsd-current/external/bsd/nsd/dist/
H A Doptions.h151 char* control_cert_file; member in struct:nsd_options
H A Dnsd-control.c179 c_cert = cfg->control_cert_file;
H A Dnsd-checkconf.c491 SERV_GET_STR(control_cert_file, o);
739 print_string_var("control-cert-file:", opt->control_cert_file);
H A Dconfigparser.y686 { cfg_parser->opt->control_cert_file = region_strdup(cfg_parser->opt->region, $2); }
H A Dconfigparser.c2405 { cfg_parser->opt->control_cert_file = region_strdup(cfg_parser->opt->region, (yyvsp[0].str)); }
H A Doptions.c150 opt->control_cert_file = CONFIGDIR"/nsd_control.pem";
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c919 if(!is_file(cfg->control_cert_file))
921 cfg->control_cert_file);
H A Dunbound-control.c521 c_cert = fname_after_chroot(cfg->control_cert_file, cfg, 1);
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1050 char* control_cert_file;

Completed in 374 milliseconds