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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
view.h 133 dns_acl_t *queryacl; member in struct:dns_view
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
view.h 139 dns_acl_t *queryacl; member in struct:dns_view
  /src/external/mpl/bind/dist/lib/ns/
query.c 1031 dns_acl_t *queryacl, *queryonacl; local
1096 queryacl = dns_zone_getqueryacl(zone);
1097 if (queryacl == NULL) {
1098 queryacl = client->view->queryacl;
1102 * We've evaluated the view's queryacl already. If
1119 result = ns_client_checkaclsilent(client, NULL, queryacl, true);
1143 if (queryacl == client->view->queryacl) {

Completed in 39 milliseconds