Searched refs:ttl_add (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/data/
H A Dpacked_rrset.h246 time_t ttl_add; member in struct:packed_rrset_data
H A Dpacked_rrset.c223 data->ttl_add = add;
291 adjust = SERVE_ORIGINAL_TTL ? d->ttl_add : now;
361 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : now;
370 d->ttl_add = 0; /* TTLs have been made relative */
H A Dmsgencode.c473 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : timenow;
H A Dmsgreply.c580 data->ttl_add = timenow;
/openbsd-current/sbin/unwind/libunbound/util/data/
H A Dpacked_rrset.h246 time_t ttl_add; member in struct:packed_rrset_data
H A Dpacked_rrset.c223 data->ttl_add = add;
291 adjust = SERVE_ORIGINAL_TTL ? d->ttl_add : now;
361 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : now;
370 d->ttl_add = 0; /* TTLs have been made relative */
H A Dmsgencode.c473 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : timenow;
H A Dmsgreply.c580 data->ttl_add = timenow;
/openbsd-current/usr.sbin/unbound/cachedb/
H A Dcachedb.c485 data->ttl_add = (subtract < data->ttl_add) ? (data->ttl_add - subtract) : 0;
517 data->ttl_add = 0;
/openbsd-current/usr.sbin/unbound/services/cache/
H A Drrset.c404 cachedata->ttl_add = now;
/openbsd-current/sbin/unwind/libunbound/services/cache/
H A Drrset.c404 cachedata->ttl_add = now;

Completed in 1527 milliseconds