Searched defs:ns_ttl (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dresolver.c301 isc_uint32_t ns_ttl; member in struct:fetchctx
4220 fctx->ns_ttl_ok, fctx->ns_ttl);
4337 fctx->ns_ttl = 0;
4391 fctx->ns_ttl = fctx->nameservers.ttl;
4406 fctx->ns_ttl = fctx->nameservers.ttl;
6415 if (fctx->ns_ttl_ok && rdataset->ttl > fctx->ns_ttl) {
6424 rdataset->ttl, fctx->ns_ttl);
6425 rdataset->ttl = fctx->ns_ttl;
7365 fctx->ns_ttl = fctx->nameservers.ttl;
8621 fctx->ns_ttl
[all...]

Completed in 37 milliseconds