Searched refs:acl_view (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/unbound/daemon/ |
| H A D | acl_list.c | 249 /** apply acl_view string */ in acl_list_view_cfg() 431 read_acl_view(struct acl_list* acl, struct config_str2list** acl_view, in read_acl_view() 434 struct config_str2list* np, *p = *acl_view; in read_acl_view() 435 *acl_view = NULL; in read_acl_view() 534 if(!read_acl_view(acl, &cfg->acl_view, v)) in acl_list_apply_cfg() 594 struct config_str2list** acl_view, in read_acl_interface_action() 597 struct config_str2list* np, *p = *acl_view; in read_acl_interface_action() 598 *acl_view = NULL; in read_acl_interface_action() 429 read_acl_view(struct acl_list * acl,struct config_str2list ** acl_view,struct views * v) read_acl_view() argument 603 read_acl_interface_view(struct acl_list * acl_interface,struct config_str2list ** acl_view,struct views * v,int port) read_acl_interface_view() argument
|
| H A D | remote.c | 5453 m += getmem_config_str2list(cfg->acl_view); in config_file_getmem() 6449 COPY_VAR_ptr(acl_view); in fr_atomic_copy_cfg()
|
| /freebsd/contrib/unbound/util/ |
| H A D | config_file.h | 494 struct config_str2list* acl_view; member
|
| H A D | config_file.c | 1407 else O_LS2(opt, "access-control-view", acl_view) in config_get_option() 1830 config_deldblstrlist(cfg->acl_view); in config_delete()
|
| H A D | configparser.y | 2686 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
|
| H A D | configparser.c | 6043 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
|
| /freebsd/contrib/unbound/smallapp/ |
| H A D | unbound-checkconf.c | 264 for(acl=cfg->acl_view; acl; acl = acl->next) { in acl_view_tag_checks()
|