Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/iterator/
H A Diter_donotq.c129 if(cfg->donotquery_localhost) { in donotq_apply_cfg()
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.h280 int donotquery_localhost; member
H A Dconfig_file.c200 cfg->donotquery_localhost = 1; in config_create()
427 cfg->donotquery_localhost = 0; /* allow, so that you can ask a in config_create_forlib()
675 else S_YNO("do-not-query-localhost:", donotquery_localhost) in config_set_option()
1151 else O_YNO(opt, "do-not-query-localhost", donotquery_localhost) in config_get_option()
H A Dconfigparser.y1902 else cfg_parser->cfg->donotquery_localhost =
H A Dconfigparser.c4925 else cfg_parser->cfg->donotquery_localhost = in yyparse()
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst163 .. attribute:: donotquery_localhost
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c165 if(cfg->donotquery_localhost) { in donotquerylocalhostcheck()
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1008 int donotquery_localhost;