Lines Matching defs:notify_acl
360 dns_acl_t *notify_acl;
1383 if (zone->notify_acl != NULL) {
1384 dns_acl_detach(&zone->notify_acl);
15467 * 'zone->notify_acl'.
15472 zone->notify_acl != NULL &&
15473 (dns_acl_match(&netaddr, tsig, zone->notify_acl, zone->view->aclenv,
15580 if (zone->notify_acl != NULL) {
15581 dns_acl_detach(&zone->notify_acl);
15583 dns_acl_attach(acl, &zone->notify_acl);
15651 return zone->notify_acl;
15716 if (zone->notify_acl != NULL) {
15717 dns_acl_detach(&zone->notify_acl);