Home
last modified time | relevance | path

Searched refs:hide_identity (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/unbound/util/
HDconfig_file.h220 int hide_identity; member
HDconfig_file.c183 cfg->hide_identity = 0; in config_create()
413 else S_YNO("hide-identity:", hide_identity) in config_set_option()
689 else O_YNO(opt, "hide-identity", hide_identity) in config_get_option()
HDconfigparser.y580 else cfg_parser->cfg->hide_identity = (strcmp($2, "yes")==0);
/NextBSD/contrib/unbound/daemon/
HDworker.c715 if(cfg->hide_identity) in answer_chaos()