Searched refs:notify_acl (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dzone.c283 dns_acl_t *notify_acl; member in struct:dns_zone
987 zone->notify_acl = NULL;
1217 if (zone->notify_acl != NULL) {
1218 dns_acl_detach(&zone->notify_acl);
13177 * 'zone->notify_acl'.
13181 if (i >= zone->masterscnt && zone->notify_acl != NULL &&
13182 dns_acl_match(&netaddr, tsig, zone->notify_acl,
13284 if (zone->notify_acl != NULL)
13285 dns_acl_detach(&zone->notify_acl);
13286 dns_acl_attach(acl, &zone->notify_acl);
[all...]

Completed in 88 milliseconds