Home
last modified time | relevance | path

Searched refs:qrep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Ddns.c79 time_t leeway, int pside, struct reply_info* qrep, in store_rrsets() argument
109 qrep->rrsets[i] = ck; in store_rrsets()
112 if(ttl < qrep->ttl) { in store_rrsets()
113 qrep->ttl = ttl; in store_rrsets()
114 qrep->prefetch_ttl = PREFETCH_TTL_CALC(qrep->ttl); in store_rrsets()
115 qrep->serve_expired_ttl = qrep->ttl + SERVE_EXPIRED_TTL; in store_rrsets()
166 struct reply_info* qrep, uint32_t flags, struct regional* region, in dns_cache_store_msg() argument
184 store_rrsets(env, rep, *env->now, leeway, pside, qrep, region, in dns_cache_store_msg()
H A Ddns.h126 struct reply_info* qrep, uint32_t flags, struct regional* region,