Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dedns.c108 for(c=config->edns_client_strings; c; c=c->next) { in edns_strings_apply_cfg()
H A Dconfig_file.h675 struct config_str2list* edns_client_strings; member
H A Dconfig_file.c361 cfg->edns_client_strings = NULL; in config_create()
1391 else O_LS2(opt, "edns-client-strings", edns_client_strings) in config_get_option()
1830 config_deldblstrlist(cfg->edns_client_strings); in config_delete()
H A Dconfigparser.y3056 &cfg_parser->cfg->edns_client_strings, $2, $3))
H A Dconfigparser.c6487 &cfg_parser->cfg->edns_client_strings, (yyvsp[-1].str), (yyvsp[0].str))) in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dremote.c5258 m += getmem_config_str2list(cfg->edns_client_strings); in config_file_getmem()
6121 COPY_VAR_ptr(edns_client_strings); in fr_atomic_copy_cfg()