HomeSort by: relevance | last modified time | path
    Searched defs:startuprefreshrl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
zone.c 655 isc_ratelimiter_t *startuprefreshrl; member in struct:dns_zonemgr
19281 isc_ratelimiter_create(loop, &zmgr->startuprefreshrl);
19298 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, 20);
19300 isc_ratelimiter_setpushpop(zmgr->startuprefreshrl, true);
19467 isc_ratelimiter_shutdown(zmgr->startuprefreshrl);
19495 isc_ratelimiter_detach(&zmgr->startuprefreshrl);
19776 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, value);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zone.c 641 isc_ratelimiter_t *startuprefreshrl; member in struct:dns_zonemgr
18722 zmgr->startuprefreshrl = NULL;
18770 &zmgr->startuprefreshrl);
18783 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, 20);
18785 isc_ratelimiter_setpushpop(zmgr->startuprefreshrl, true);
19005 isc_ratelimiter_shutdown(zmgr->startuprefreshrl);
19134 isc_ratelimiter_detach(&zmgr->startuprefreshrl);
19552 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, value);

Completed in 50 milliseconds