Home
last modified time | relevance | path

Searched refs:acl_tag_datas (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/usr.sbin/unbound/daemon/
H A Dacl_list.c501 struct config_str3list** acl_tag_datas) in read_acl_tag_datas() argument
504 p = *acl_tag_datas; in read_acl_tag_datas()
505 *acl_tag_datas = NULL; in read_acl_tag_datas()
538 if(!read_acl_tag_datas(acl, cfg, &cfg->acl_tag_datas)) in acl_list_apply_cfg()
713 struct config_str3list** acl_tag_datas, int port) in read_acl_interface_tag_datas() argument
716 p = *acl_tag_datas; in read_acl_interface_tag_datas()
717 *acl_tag_datas = NULL; in read_acl_interface_tag_datas()
/openbsd-src/usr.sbin/unbound/util/
H A Dconfig_file.h478 struct config_str3list* acl_tag_datas; member
H A Dconfig_file.c1321 else O_LS3(opt, "access-control-tag-data", acl_tag_datas) in config_get_option()
1695 config_deltrplstrlist(cfg->acl_tag_datas); in config_delete()
H A Dconfigparser.y2562 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas,
/openbsd-src/sbin/unwind/libunbound/util/
H A Dconfig_file.h478 struct config_str3list* acl_tag_datas; member
H A Dconfig_file.c1321 else O_LS3(opt, "access-control-tag-data", acl_tag_datas) in config_get_option()
1695 config_deltrplstrlist(cfg->acl_tag_datas); in config_delete()
H A Dconfigparser.y2562 if(!cfg_str3list_insert(&cfg_parser->cfg->acl_tag_datas,
/openbsd-src/usr.sbin/unbound/smallapp/
H A Dunbound-checkconf.c261 /* acl_tag_datas */ in acl_view_tag_checks()
262 for(s3=cfg->acl_tag_datas; s3; s3 = s3->next) { in acl_view_tag_checks()