Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/daemon/
H A Dacl_list.c429 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 Dconfig_file.h476 struct config_str2list* acl_view; member
H A Dconfig_file.c1294 else O_LS2(opt, "access-control-view", acl_view) in config_get_option()
1661 config_deldblstrlist(cfg->acl_view); in config_delete()
H A Dconfigparser.y2491 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
H A Dconfigparser.c5673 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
/netbsd-src/external/bsd/unbound/dist/smallapp/
H A Dunbound-checkconf.c211 for(acl=cfg->acl_view; acl; acl = acl->next) { in acl_view_tag_checks()