Searched refs:sldns_wirerr_get_ttl (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/unbound/sldns/ |
| D | str2wire.h | 135 uint32_t sldns_wirerr_get_ttl(uint8_t* rr, size_t len, size_t dname_len);
|
| D | str2wire.c | 795 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/ |
| D | cachedump.c | 351 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/ |
| D | autotrust.c | 673 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/ |
| D | localzone.c | 240 *ttl = (time_t)sldns_wirerr_get_ttl(rr, len, dname_len); in get_rr_content()
|