Home
last modified time | relevance | path

Searched refs:tgt_rep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/respip/
H A Drespip.c1149 const struct query_info* qinfo, const struct reply_info* tgt_rep, in respip_merge_cname() argument
1169 tgt_rcode = FLAGS_GET_RCODE(tgt_rep->flags); in respip_merge_cname()
1173 (must_validate && tgt_rep->security <= sec_status_bogus)) { in respip_merge_cname()
1178 if(!respip_rewrite_reply(qinfo, cinfo, tgt_rep, &tmp_rep, &actinfo, in respip_merge_cname()
1193 base_rep->an_numrrsets + tgt_rep->an_numrrsets, in respip_merge_cname()
1197 for(i=0,j=base_rep->an_numrrsets; i<tgt_rep->an_numrrsets; i++,j++) { in respip_merge_cname()
1198 new_rep->rrsets[j] = respip_copy_rrset(tgt_rep->rrsets[i], region); in respip_merge_cname()
H A Drespip.h155 const struct query_info* qinfo, const struct reply_info* tgt_rep,