Home
last modified time | relevance | path

Searched refs:acl_list_apply_cfg (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/daemon/
H A Dacl_list.h147 int acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg,
H A Dacl_list.c525 acl_list_apply_cfg(struct acl_list* acl, struct config_file* cfg, in acl_list_apply_cfg() function
H A Ddaemon.c726 if(!acl_list_apply_cfg(daemon->acl, daemon->cfg, daemon->views)) in daemon_fork()