Home
last modified time | relevance | path

Searched refs:updateacl (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/bind9/bin/named/
Dzoneconf.c118 aclp = &view->updateacl; in configure_zone_acl()
1291 dns_acl_t *updateacl; in ns_zone_configure() local
1298 updateacl = dns_zone_getupdateacl(mayberaw); in ns_zone_configure()
1299 if (updateacl != NULL && dns_acl_isinsecure(updateacl)) in ns_zone_configure()
Dupdate.c299 dns_acl_t *updateacl, dns_ssutable_t *ssutable) in checkqueryacl() argument
312 level = (updateacl == NULL && ssutable == NULL) ? in checkqueryacl()
319 } else if (updateacl == NULL && ssutable == NULL) { in checkqueryacl()
Dserver.c3198 if (view->updateacl == NULL) in configure_view()
3201 ns_g_mctx, &view->updateacl)); in configure_view()
/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dview.h140 dns_acl_t * updateacl; member
/freebsd-9-stable/contrib/bind9/lib/dns/
Dview.c180 view->updateacl = NULL; in dns_view_create()
385 if (view->updateacl != NULL) in destroy()
386 dns_acl_detach(&view->updateacl); in destroy()