Searched refs:expiry (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/bin/tests/system/chain/ans4/
H A Dans.py154 expiry=t2.strftime('%Y%m%d000000')
177 (ttl, expiry, inception, domain, sigdata)
192 (ttl, expiry, inception, domain, sigdata)
205 (ttl, expiry, inception, domain, sigdata)
213 (ttl, expiry, inception, domain, sigdata)
223 (typename, ttl, expiry, inception, domain, sigdata)
/bind-9.11.3/lib/dns/
H A Dnta.c46 isc_stdtime_t expiry; member in struct:dns_nta
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,
[all...]
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c267 isc_stdtime_t jendtime, expiry; local
278 expiry = dnskey_endtime;
280 expiry = endtime;
282 jendtime = (jitter != 0) ? isc_random_jitter(expiry, jitter) : expiry;
/bind-9.11.3/bin/tests/system/inline/
H A Dtests.sh69 expiry=`awk '$4 == "RRSIG" { print $9 }' dig.out.ns3.test$n`
70 [ "$expiry" = "20110101000000" ] && ret=1

Completed in 34 milliseconds