Searched refs:updateacl (Results 1 – 5 of 5) sorted by relevance
118 aclp = &view->updateacl; in configure_zone_acl()1291 dns_acl_t *updateacl; in ns_zone_configure() local1298 updateacl = dns_zone_getupdateacl(mayberaw); in ns_zone_configure()1299 if (updateacl != NULL && dns_acl_isinsecure(updateacl)) in ns_zone_configure()
299 dns_acl_t *updateacl, dns_ssutable_t *ssutable) in checkqueryacl() argument312 level = (updateacl == NULL && ssutable == NULL) ? in checkqueryacl()319 } else if (updateacl == NULL && ssutable == NULL) { in checkqueryacl()
3198 if (view->updateacl == NULL) in configure_view()3201 ns_g_mctx, &view->updateacl)); in configure_view()
140 dns_acl_t * updateacl; member
180 view->updateacl = NULL; in dns_view_create()385 if (view->updateacl != NULL) in destroy()386 dns_acl_detach(&view->updateacl); in destroy()