Searched refs:acl_list_str_cfg (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/daemon/ |
H A D | acl_list.c | 123 acl_list_str_cfg(struct acl_list* acl, const char* str, const char* s2, in acl_list_str_cfg() function 421 if(!acl_list_str_cfg(acl, p->str, p->str2, 1)) in read_acl_list() 542 if(!acl_list_str_cfg(acl, "127.0.0.0/8", "allow", 0)) in acl_list_apply_cfg() 545 if(!acl_list_str_cfg(acl, "::1", "allow", 0)) in acl_list_apply_cfg() 547 if(!acl_list_str_cfg(acl, "::ffff:127.0.0.1", "allow", 0)) in acl_list_apply_cfg()
|