Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/data/
H A Dmsgparse.h89 extern int SERVE_EXPIRED;
H A Dpacked_rrset.c364 d->rr_ttl[i] = SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0; in packed_rrset_copy_region()
368 d->ttl = SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0; in packed_rrset_copy_region()
H A Dmsgencode.c501 SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0); in packed_rrset_encode()
538 SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0); in packed_rrset_encode()
H A Dmsgreply.c67 int SERVE_EXPIRED = 0; variable
/freebsd/contrib/unbound/services/cache/
H A Ddns.c1063 if(SERVE_EXPIRED) { in dns_cache_store()
/freebsd/contrib/unbound/util/
H A Dconfig_file.c727 SERVE_EXPIRED = cfg->serve_expired; } in config_set_option()
2409 SERVE_EXPIRED = config->serve_expired; in config_apply()