Searched refs:queryacl (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | view.h | 129 dns_acl_t * queryacl; member in struct:dns_view
|
/bind-9.11.3/lib/dns/ |
H A D | view.c | 193 view->queryacl = NULL; 424 if (view->queryacl != NULL) 425 dns_acl_detach(&view->queryacl);
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 772 dns_acl_t *queryacl, *queryonacl; local 824 queryacl = dns_zone_getqueryacl(zone); 825 if (queryacl == NULL) { 826 queryacl = client->view->queryacl; 830 * We've evaluated the view's queryacl already. If 846 result = ns_client_checkaclsilent(client, NULL, queryacl, ISC_TRUE); 870 if (queryacl == client->view->queryacl) { 1154 * We haven't evaluated the view's queryacl ye [all...] |
H A D | server.c | 1803 if (view->queryacl != NULL) 1804 dns_zone_setqueryacl(zone, view->queryacl); 2977 if (view->queryacl != NULL) 2978 dns_zone_setqueryacl(zone, view->queryacl); 3381 ns_g_mctx, &view->queryacl)); 4322 } else if (view->queryacl != NULL) { 4323 dns_acl_attach(view->queryacl, 4331 } else if (view->queryacl != NULL) { 4332 dns_acl_attach(view->queryacl,
|
H A D | zoneconf.c | 94 aclp = &view->queryacl;
|
H A D | update.c | 312 checkqueryacl(ns_client_t *client, dns_acl_t *queryacl, dns_name_t *zonename, argument 320 result = ns_client_checkaclsilent(client, NULL, queryacl, ISC_TRUE); 2526 * Get old and new versions now that queryacl has been checked.
|
Completed in 2226 milliseconds