Home | History | Annotate | Download | only in dns

Lines Matching refs:setrl

1008 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value);
18779 setrl(zmgr->checkdsrl, &zmgr->checkdsrate, 20);
18780 setrl(zmgr->notifyrl, &zmgr->notifyrate, 20);
18781 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, 20);
18782 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, 20);
18783 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, 20);
19492 setrl(isc_ratelimiter_t *rl, unsigned int *rate, unsigned int value) {
19529 setrl(zmgr->checkdsrl, &zmgr->checkdsrate, value);
19536 setrl(zmgr->notifyrl, &zmgr->notifyrate, value);
19543 setrl(zmgr->startupnotifyrl, &zmgr->startupnotifyrate, value);
19550 setrl(zmgr->refreshrl, &zmgr->serialqueryrate, value);
19552 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, value);