Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h99 extern int SERVE_ORIGINAL_TTL;
H A Dpacked_rrset.c291 adjust = SERVE_ORIGINAL_TTL ? d->ttl_add : now; in packed_rr_to_string()
361 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : now; in packed_rrset_copy_region()
H A Dmsgreply.c75 int SERVE_ORIGINAL_TTL = 0; variable
260 if(!SERVE_ORIGINAL_TTL) { in rdata_copy()
275 } else if(!SERVE_ORIGINAL_TTL) { in rdata_copy()
H A Dmsgencode.c486 adjust = SERVE_ORIGINAL_TTL ? data->ttl_add : timenow; in packed_rrset_encode()
/freebsd/contrib/unbound/util/
H A Dconfig_file.c2413 SERVE_ORIGINAL_TTL = config->serve_original_ttl; in config_apply()