Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dconfig_file.h496 struct config_str3list* interface_tag_actions; member
H A Dconfig_file.c1384 else O_LS3(opt, "interface-tag-action", interface_tag_actions) in config_get_option()
1806 config_deltrplstrlist(cfg->interface_tag_actions); in config_delete()
H A Dconfigparser.y2677 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_actions,
H A Dconfigparser.c6003 if(!cfg_str3list_insert(&cfg_parser->cfg->interface_tag_actions, in yyparse()
/src/contrib/unbound/daemon/
H A Dacl_list.c752 &cfg->interface_tag_actions, cfg->port)) in acl_interface_apply_cfg()
H A Dremote.c5231 m += getmem_config_str3list(cfg->interface_tag_actions); in config_file_getmem()