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

  /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);
  /src/external/mpl/bind/dist/lib/dns/
zone.c 654 isc_ratelimiter_t *startuprefreshrl; member in struct:dns_zonemgr
19303 isc_ratelimiter_create(loop, &zmgr->startuprefreshrl);
19320 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, 20);
19322 isc_ratelimiter_setpushpop(zmgr->startuprefreshrl, true);
19489 isc_ratelimiter_shutdown(zmgr->startuprefreshrl);
19517 isc_ratelimiter_detach(&zmgr->startuprefreshrl);
19798 setrl(zmgr->startuprefreshrl, &zmgr->startupserialqueryrate, value);

Completed in 32 milliseconds