Searched refs:msgqinf (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/unbound/services/cache/ |
H A D | dns.c | 1058 dns_cache_store(struct module_env* env, struct query_info* msgqinf, in dns_cache_store() argument 1067 msgqinf->qname, msgqinf->qname_len, msgqinf->qtype, in dns_cache_store() 1068 msgqinf->qclass, flags, 0, 0); in dns_cache_store() 1122 qinf = *msgqinf; in dns_cache_store() 1123 qinf.qname = memdup(msgqinf->qname, msgqinf->qname_len); in dns_cache_store()
|
/freebsd/contrib/unbound/iterator/ |
H A D | iter_utils.c | 694 iter_dns_store(struct module_env* env, struct query_info* msgqinf, 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 D | fastrpz.patch | 3112 @@ -969,6 +969,14 @@ dns_cache_store(struct module_env* env, struct query_info* msgqinf,
|