Searched refs:SERVE_EXPIRED_REPLY_TTL (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/unbound/util/data/
H A Dpacked_rrset.c361 d->rr_ttl[i] = SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0;
365 d->ttl = SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0;
H A Dmsgreply.c69 time_t SERVE_EXPIRED_REPLY_TTL = 30; variable
H A Dmsgparse.h87 extern time_t SERVE_EXPIRED_REPLY_TTL;
H A Dmsgencode.c488 SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0);
525 SERVE_EXPIRED?SERVE_EXPIRED_REPLY_TTL:0);
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c648 { IS_NUMBER_OR_ZERO; cfg->serve_expired_reply_ttl = atoi(val); SERVE_EXPIRED_REPLY_TTL=(time_t)cfg->serve_expired_reply_ttl;}
2132 SERVE_EXPIRED_REPLY_TTL = (time_t)config->serve_expired_reply_ttl;
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c567 ?SERVE_EXPIRED_REPLY_TTL

Completed in 171 milliseconds