Searched refs:acl_view (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/unbound/dist/daemon/ |
| H A D | acl_list.c | 429 read_acl_view(struct acl_list* acl, struct config_str2list** acl_view, in read_acl_view() argument 432 struct config_str2list* np, *p = *acl_view; in read_acl_view() 433 *acl_view = NULL; in read_acl_view() 532 if(!read_acl_view(acl, &cfg->acl_view, v)) in acl_list_apply_cfg() 603 struct config_str2list** acl_view, in read_acl_interface_view() argument 606 struct config_str2list* np, *p = *acl_view; in read_acl_interface_view() 607 *acl_view = NULL; in read_acl_interface_view()
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.h | 476 struct config_str2list* acl_view; member
|
| H A D | config_file.c | 1294 else O_LS2(opt, "access-control-view", acl_view) in config_get_option() 1661 config_deldblstrlist(cfg->acl_view); in config_delete()
|
| H A D | configparser.y | 2491 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
|
| H A D | configparser.c | 5673 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
|
| /netbsd-src/external/bsd/unbound/dist/smallapp/ |
| H A D | unbound-checkconf.c | 211 for(acl=cfg->acl_view; acl; acl = acl->next) { in acl_view_tag_checks()
|