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

/bind-9.11.3/lib/dns/
H A Dzone.c821 static void setrl(isc_ratelimiter_t *rl, unsigned int *rate,
15955 setrl(zmgr->notifyrl, &zmgr->notifyrate, 20);
15956 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, 20);
15957 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, 20);
15958 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, 20);
16685 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value) { function
16722 setrl(zmgr->notifyrl, &zmgr->notifyrate, value);
16730 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, value);
16738 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, value);
16740 setrl(zmg
[all...]

Completed in 64 milliseconds