Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/daemon/
H A Dacl_list.c249 /** 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 Dremote.c5453 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 Dconfig_file.h494 struct config_str2list* acl_view; member
H A Dconfig_file.c1407 else O_LS2(opt, "access-control-view", acl_view) in config_get_option()
1830 config_deldblstrlist(cfg->acl_view); in config_delete()
H A Dconfigparser.y2686 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view,
H A Dconfigparser.c6043 if(!cfg_str2list_insert(&cfg_parser->cfg->acl_view, in yyparse()
/freebsd/contrib/unbound/smallapp/
H A Dunbound-checkconf.c264 for(acl=cfg->acl_view; acl; acl = acl->next) { in acl_view_tag_checks()