Searched defs:allow (Results 1 - 3 of 3) sorted by relevance
/bind-9.6-ESV-R11/bin/named/ |
H A D | controlconf.c | 919 const cfg_obj_t *allow; local 1002 allow = cfg_tuple_get(control, "allow"); 1003 result = cfg_acl_fromconfig(allow, config, ns_g_lctx, 1058 const cfg_obj_t *allow; local 1090 allow = cfg_tuple_get(control, "allow"); 1091 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,
|
H A D | statschannel.c | 1092 const cfg_obj_t *allow; local 1113 allow = cfg_tuple_get(listen_params, "allow"); 1114 if (allow != NULL && cfg_obj_islist(allow)) { 1115 result = cfg_acl_fromconfig(allow, config, ns_g_lctx, 1184 const cfg_obj_t *allow = NULL; local 1202 allow = cfg_tuple_get(listen_params, "allow"); 1203 if (allow ! [all...] |
/bind-9.6-ESV-R11/lib/bind9/ |
H A D | check.c | 403 static const char *acls[] = { "allow-query", "allow-query-on", 404 "allow-query-cache", "allow-query-cache-on", 418 * Check allow-recursion and allow-recursion-on acls, and also log a 433 static const char *acls[] = { "allow-recursion", "allow-recursion-on", 1069 { "allow-query", MASTERZONE | SLAVEZONE | STUBZONE | CHECKACL }, 1070 { "allow 2141 const cfg_obj_t *allow; local [all...] |
Completed in 47 milliseconds