Home
last modified time | relevance | path

Searched refs:ub_packed_rrset_ttl (Results 1 – 6 of 6) sorted by relevance

/dports/dns/unbound/unbound-1.14.0/util/data/
H A Dpacked_rrset.h315 time_t ub_packed_rrset_ttl(struct ub_packed_rrset_key* key);
H A Dpacked_rrset.c322 ub_packed_rrset_ttl(struct ub_packed_rrset_key* key) in ub_packed_rrset_ttl() function
/dports/dns/unbound/unbound-1.14.0/validator/
H A Dval_nsec.c234 *proof_ttl = ub_packed_rrset_ttl(nsec); in val_nsec_prove_nodata_dsreply()
H A Dvalidator.c2435 ub_packed_rrset_ttl(ds), *qstate->env->now); in ds_response_to_ke()
/dports/dns/unbound/unbound-1.14.0/iterator/
H A Diterator.c420 if(ub_packed_rrset_ttl(p->rrset) < msg->rep->ttl) in iter_prepend()
421 msg->rep->ttl = ub_packed_rrset_ttl(p->rrset); in iter_prepend()
434 if(ub_packed_rrset_ttl(p->rrset) < msg->rep->ttl) in iter_prepend()
435 msg->rep->ttl = ub_packed_rrset_ttl(p->rrset); in iter_prepend()
H A Diter_utils.c1123 if(rrset) ttl = ub_packed_rrset_ttl(rrset); in iter_store_parentside_neg()