Home
last modified time | relevance | path

Searched refs:sldns_wirerr_get_ttl (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/unbound/sldns/
Dstr2wire.h135 uint32_t sldns_wirerr_get_ttl(uint8_t* rr, size_t len, size_t dname_len);
Dstr2wire.c795 uint32_t sldns_wirerr_get_ttl(uint8_t* rr, size_t len, size_t dname_len) in sldns_wirerr_get_ttl() function
/freebsd-10-stable/contrib/unbound/daemon/
Dcachedump.c351 d->rr_ttl[i] = (time_t)sldns_wirerr_get_ttl(rr, rr_len, dname_len) + now; in load_rr()
/freebsd-10-stable/contrib/unbound/validator/
Dautotrust.c673 ttl = (time_t)sldns_wirerr_get_ttl(rr, rr_len, dname_len); in packed_rrset_heap_data()
700 data->rr_ttl[i] = (time_t)sldns_wirerr_get_ttl(rr, rr_len, in packed_rrset_heap_data()
/freebsd-10-stable/contrib/unbound/services/
Dlocalzone.c240 *ttl = (time_t)sldns_wirerr_get_ttl(rr, len, dname_len); in get_rr_content()