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 609 static const char *acls[] = { "allow-proxy", local
621 while (acls[i] != NULL) {
622 tresult = checkacl(acls[i++], actx, NULL, voptions, config,
653 static const char *acls[] = { "clients", "exclude", "mapped", NULL }; local
699 for (i = 0; acls[i] != NULL; i++) {
701 (void)cfg_map_get(map, acls[i], &obj);
943 * Check allow-recursion and allow-recursion-on acls, and also log a
957 static const char *acls[] = { "allow-recursion", "allow-recursion-on", local
981 for (i = 0; acls[i] != NULL; i++) {
986 cfg_map_get(voptions, acls[i], &aclobj)
3380 static const char *acls[] = { local
6350 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 286 struct config_str2list* acls; member in struct:config_file

Completed in 33 milliseconds