Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dconfig_file.h498 struct config_str3list* interface_tag_datas; member
H A Dconfig_file.c1382 else O_LS3(opt, "interface-tag-data", interface_tag_datas) in config_get_option()
1804 config_deltrplstrlist(cfg->interface_tag_datas); in config_delete()
H A Dconfigparser.y2688 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_datas,
H A Dconfigparser.c6060 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_datas, in yyparse()
/freebsd/contrib/unbound/daemon/
H A Dacl_list.c755 &cfg->interface_tag_datas, cfg->port)) in acl_interface_apply_cfg()
H A Dremote.c5232 m += getmem_config_str3list(cfg->interface_tag_datas); in config_file_getmem()