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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dview.h123 dns_acl_t * queryacl; member in struct:dns_view
/bind-9.6-ESV-R11/bin/named/
H A Dquery.c616 dns_acl_t *queryacl, *queryonacl; local
643 queryacl = NULL;
662 queryacl = dns_zone_getqueryacl(zone);
663 if (queryacl == NULL) {
664 queryacl = client->view->queryacl;
668 * We've evaluated the view's queryacl already. If
679 * We haven't evaluated the view's queryacl yet.
688 result = ns_client_checkaclsilent(client, NULL, queryacl,
715 if (queryacl
[all...]

Completed in 264 milliseconds