Home
last modified time | relevance | path

Searched refs:msgrep (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/services/cache/
H A Ddns.c1059 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in dns_cache_store() argument
1082 msgrep->security == sec_status_unchecked)) { in dns_cache_store()
1093 rep = reply_info_copy(msgrep, env->alloc, NULL); in dns_cache_store()
1134 dns_cache_store_msg(env, &qinf, h, rep, leeway, pside, msgrep, in dns_cache_store()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c695 struct reply_info* msgrep, int is_referral, time_t leeway, int pside, in iter_dns_store() argument
698 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3119 + if (msgrep->security == sec_status_rpz_drop ||
3120 + msgrep->security == sec_status_rpz_rewritten)
3125 rep = reply_info_copy(msgrep, env->alloc, NULL);