Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/cache/
H A Ddns.c1110 dns_cache_store(struct module_env* env, struct query_info* msgqinf, in dns_cache_store() argument
1120 msgqinf->qname, msgqinf->qname_len, msgqinf->qtype, in dns_cache_store()
1121 msgqinf->qclass, flags, 0, 1); in dns_cache_store()
1144 && msgqinf->qtype != LDNS_RR_TYPE_RRSIG) { in dns_cache_store()
1211 qinf = *msgqinf; in dns_cache_store()
1212 qinf.qname = memdup(msgqinf->qname, msgqinf->qname_len); in dns_cache_store()
/freebsd/contrib/unbound/iterator/
H A Diter_utils.c774 iter_dns_store(struct module_env* env, struct query_info* msgqinf, in iter_dns_store() argument
779 if(!dns_cache_store(env, msgqinf, msgrep, is_referral, leeway, in iter_dns_store()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3112 @@ -969,6 +969,14 @@ dns_cache_store(struct module_env* env, struct query_info* msgqinf,