Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h376 int hide_http_user_agent; member
H A Dconfig_file.c257 cfg->hide_http_user_agent = 0; in config_create()
696 else S_YNO("hide-http-user-agent:", hide_http_user_agent) in config_set_option()
1209 else O_YNO(opt, "hide-http-user-agent", hide_http_user_agent) in config_get_option()
H A Dconfigparser.y1516 else cfg_parser->cfg->hide_http_user_agent = (strcmp($2, "yes")==0);
H A Dconfigparser.c4506 else cfg_parser->cfg->hide_http_user_agent = (strcmp((yyvsp[0].str), "yes")==0); in yyparse()
/freebsd/contrib/unbound/services/
H A Doutside_network.c3775 if(cfg->hide_http_user_agent) return;
/freebsd/contrib/unbound/daemon/
H A Dremote.c5973 COPY_VAR_int(hide_http_user_agent); in fr_atomic_copy_cfg()