Searched defs:acls (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isccfg/
H A Daclconf.c105 const cfg_obj_t *acls = NULL; local
108 result = cfg_map_get(cctx, "acl", &acls);
111 for (elt = cfg_list_first(acls);
273 * Convert any named acls we reference now if
/bind-9.11.3/lib/bind9/
H A Dcheck.c461 static const char *acls[] = { "allow-query", "allow-query-on", local
466 while (acls[i] != NULL) {
467 tresult = checkacl(acls[i++], actx, NULL, voptions, config,
491 static const char *acls[] = { "clients", "exclude", "mapped", NULL}; local
528 for (i = 0; acls[i] != NULL; i++) {
530 (void)cfg_map_get(map, acls[i], &obj);
708 * Check allow-recursion and allow-recursion-on acls, and also log a
723 static const char *acls[] = { "allow-recursion", "allow-recursion-on", local
744 for (i = 0; acls[i] != NULL; i++) {
749 cfg_map_get(voptions, acls[
1811 static const char *acls[] = { local
3649 const cfg_obj_t *acls = NULL; local
[all...]

Completed in 17 milliseconds