Searched defs:startupnotifyrl (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dzone.c535 isc_ratelimiter_t * startupnotifyrl; member in struct:dns_zonemgr
10630 result = isc_ratelimiter_dequeue(zmgr->startupnotifyrl,
10830 ? notify->zone->zmgr->startupnotifyrl
15910 zmgr->startupnotifyrl = NULL;
15945 &zmgr->startupnotifyrl);
15956 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, 20);
15959 isc_ratelimiter_setpushpop(zmgr->startupnotifyrl, ISC_TRUE);
15983 isc_ratelimiter_detach(&zmgr->startupnotifyrl);
16187 isc_ratelimiter_shutdown(zmgr->startupnotifyrl);
16320 isc_ratelimiter_detach(&zmgr->startupnotifyrl);
[all...]

Completed in 67 milliseconds