Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/services/cache/
H A Ddns.c969 dns_cache_store(struct module_env* env, struct query_info* msgqinf, in dns_cache_store() argument
1005 qinf = *msgqinf; in dns_cache_store()
1006 qinf.qname = memdup(msgqinf->qname, msgqinf->qname_len); in dns_cache_store()
/freebsd-13.1/contrib/unbound/iterator/
H A Diter_utils.c658 iter_dns_store(struct module_env* env, struct query_info* msgqinf, in iter_dns_store() argument
662 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
/freebsd-13.1/contrib/unbound/contrib/
H A Dfastrpz.patch3112 @@ -969,6 +969,14 @@ dns_cache_store(struct module_env* env, struct query_info* msgqinf,