Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/lib/dns/
Dzone.c553 #define DNS_NOTIFY_STARTUP 0x0002U macro
9720 if (notify->event != NULL && (flags & DNS_NOTIFY_STARTUP) == 0 && in notify_isqueued()
9721 (notify->flags & DNS_NOTIFY_STARTUP) != 0) { in notify_isqueued()
9728 notify->flags &= ~DNS_NOTIFY_STARTUP; in notify_isqueued()
10092 startup = ISC_TF((notify->flags & DNS_NOTIFY_STARTUP) != 0); in notify_send()
10174 flags |= DNS_NOTIFY_STARTUP; in zone_notify()
12809 startup = ISC_TF((notify->flags & DNS_NOTIFY_STARTUP) != 0); in notify_done()