Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/validator/
H A Dvalidator.c911 struct reply_info* orig_reply) in remove_spurious_authority() argument
936 for(i = orig_reply->an_numrrsets; in remove_spurious_authority()
937 i < orig_reply->an_numrrsets+orig_reply->ns_numrrsets; i++) { in remove_spurious_authority()
938 if(ntohs(orig_reply->rrsets[i]->rk.type) == LDNS_RR_TYPE_NS in remove_spurious_authority()
939 && query_dname_compare(orig_reply->rrsets[i]->rk.dname, in remove_spurious_authority()
942 val_reply_remove_auth(orig_reply, i); in remove_spurious_authority()