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

  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 114 #define KEEPSTALE(rbtdb) ((rbtdb)->common.serve_stale_ttl > 0)
336 if (!ZEROTTL(header) && KEEPSTALE(search->rbtdb) &&
qpcache.c 114 #define KEEPSTALE(qpdb) ((qpdb)->common.serve_stale_ttl > 0)
614 (STALE(current) && !KEEPSTALE(qpdb)))
1086 if (!ZEROTTL(header) && KEEPSTALE(qpdb) && stale_ttl > now) {
1221 if (!ZEROTTL(header) && KEEPSTALE(search->qpdb) &&
rbtdb.c 126 #define KEEPSTALE(rbtdb) ((rbtdb)->common.serve_stale_ttl > 0)
893 (STALE(current) && !KEEPSTALE(rbtdb)))
2152 if (!ZEROTTL(header) && KEEPSTALE(rbtdb) && stale_ttl > now) {
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 557 #define KEEPSTALE(rbtdb) ((rbtdb)->serve_stale_ttl > 0)
1693 (STALE(current) && !KEEPSTALE(rbtdb)))
3181 if (KEEPSTALE(rbtdb) && stale_ttl > now) {
4643 if (!ZEROTTL(header) && KEEPSTALE(search->rbtdb) &&

Completed in 35 milliseconds