Searched refs:msgqinf (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/unbound/services/cache/ |
| H A D | dns.c | 1110 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 D | iter_utils.c | 774 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 D | fastrpz.patch | 3112 @@ -969,6 +969,14 @@ dns_cache_store(struct module_env* env, struct query_info* msgqinf,
|