Home
last modified time | relevance | path

Searched refs:donotquery_localhost (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/unbound/iterator/
HDiter_donotq.c129 if(cfg->donotquery_localhost) { in donotq_apply_cfg()
/freebsd-14-stable/contrib/unbound/util/
HDconfig_file.h285 int donotquery_localhost; member
HDconfig_file.c206 cfg->donotquery_localhost = 1; in config_create()
446 cfg->donotquery_localhost = 0; /* allow, so that you can ask a in config_create_forlib()
702 else S_YNO("do-not-query-localhost:", donotquery_localhost) in config_set_option()
1197 else O_YNO(opt, "do-not-query-localhost", donotquery_localhost) in config_get_option()
HDconfigparser.y1988 else cfg_parser->cfg->donotquery_localhost =
HDconfigparser.c5129 else cfg_parser->cfg->donotquery_localhost = in yyparse()
/freebsd-14-stable/contrib/unbound/smallapp/
HDunbound-checkconf.c169 if(cfg->donotquery_localhost) { in donotquerylocalhostcheck()