HomeSort by: relevance | last modified time | path
    Searched defs:acls (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/isccfg/
aclconf.c 99 const cfg_obj_t *acls = NULL; local
102 result = cfg_map_get(cctx, "acl", &acls);
106 for (elt = cfg_list_first(acls); elt != NULL; elt = cfg_list_next(elt))
202 * ACLs, so that the parent will have enough space allocated for the
203 * elements table after all the nested ACLs have been merged in to the
263 * Convert any named acls we reference now if
796 * If nesting ACLs (nest_level != 0), we negate
815 * If we're nesting ACLs, put the nested
817 * merge it into *this* ACL. We nest ACLs
957 * and keyname elements, and nested ACLs if nest_level i
    [all...]
check.c 611 static const char *acls[] = { "allow-proxy", local
623 while (acls[i] != NULL) {
624 tresult = checkacl(acls[i++], actx, NULL, voptions, config,
655 static const char *acls[] = { "clients", "exclude", "mapped", NULL }; local
701 for (i = 0; acls[i] != NULL; i++) {
703 (void)cfg_map_get(map, acls[i], &obj);
945 * Check allow-recursion and allow-recursion-on acls, and also log a
959 static const char *acls[] = { "allow-recursion", "allow-recursion-on", local
983 for (i = 0; acls[i] != NULL; i++) {
988 cfg_map_get(voptions, acls[i], &aclobj)
3396 static const char *acls[] = { local
6378 const cfg_obj_t *acls = NULL; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/isccfg/
aclconf.c 100 const cfg_obj_t *acls = NULL; local
103 result = cfg_map_get(cctx, "acl", &acls);
107 for (elt = cfg_list_first(acls); elt != NULL; elt = cfg_list_next(elt))
205 * ACLs, so that the parent will have enough space allocated for the
206 * elements table after all the nested ACLs have been merged in to the
268 * Convert any named acls we reference now if
755 * If nesting ACLs (nest_level != 0), we negate
774 * If we're nesting ACLs, put the nested
776 * merge it into *this* ACL. We nest ACLs
910 * and keyname elements, and nested ACLs if nest_level i
    [all...]
  /src/external/bsd/unbound/dist/util/
config_file.h 288 struct config_str2list* acls; member in struct:config_file

Completed in 31 milliseconds