Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_donotq.c129 if(cfg->donotquery_localhost) { in donotq_apply_cfg()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h288 int donotquery_localhost; member
H A Dconfig_file.c206 cfg->donotquery_localhost = 1; in config_create()
452 cfg->donotquery_localhost = 0; /* allow, so that you can ask a in config_create_forlib()
730 else S_YNO("do-not-query-localhost:", donotquery_localhost) in config_set_option()
1227 else O_YNO(opt, "do-not-query-localhost", donotquery_localhost) in config_get_option()
H A Dconfigparser.y1998 else cfg_parser->cfg->donotquery_localhost =
H A Dconfigparser.c5141 else cfg_parser->cfg->donotquery_localhost = in yyparse()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c169 if(cfg->donotquery_localhost) { in donotquerylocalhostcheck()
/freebsd/contrib/unbound/daemon/
H A Dremote.c4972 FR_CHECK_CHANGED_CFG("do-not-query-localhost", donotquery_localhost, changed_str); in fr_check_nopause_compat_cfg()
5934 COPY_VAR_int(donotquery_localhost); in fr_atomic_copy_cfg()