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.c949 struct reply_info* orig_reply) in remove_spurious_authority() argument
974 for(i = orig_reply->an_numrrsets; in remove_spurious_authority()
975 i < orig_reply->an_numrrsets+orig_reply->ns_numrrsets; i++) { in remove_spurious_authority()
976 if(ntohs(orig_reply->rrsets[i]->rk.type) == LDNS_RR_TYPE_NS in remove_spurious_authority()
977 && query_dname_compare(orig_reply->rrsets[i]->rk.dname, in remove_spurious_authority()
980 val_reply_remove_auth(orig_reply, i); in remove_spurious_authority()