Lines Matching defs:expiry
46 isc_stdtime_t expiry;
230 if (nta->expiry > now)
231 nta->expiry = now;
241 if (nta->timer != NULL && nta->expiry - now < view->nta_recheck)
317 nta->expiry = 0;
357 nta->expiry = now + lifetime;
377 n->expiry = nta->expiry;
460 answer = ISC_TF(nta->expiry > now);
548 isc_time_set(&t, n->expiry, 0);
553 n->expiry <= now ? "expired" : "expiry",
604 isc_time_set(&t, n->expiry, 0);
607 n->expiry <= now ? "expired" : "expiry",
674 if (n->expiry > now) {
693 dns_time32_totext(n->expiry, &b);