Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/iterator/
H A Diter_scrub.c477 dname_pkt_compare(pkt, sname, nx->dname) == 0) { in scrub_normalize()
483 if(dname_pkt_compare(pkt, alias, t) == 0) { in scrub_normalize()
506 if(dname_pkt_compare(pkt, sname, rrset->dname) != 0) { in scrub_normalize()
534 dname_pkt_compare(pkt, alias, t) == 0) { in scrub_normalize()
562 dname_pkt_compare(pkt, oldsname, in scrub_normalize()
591 if(dname_pkt_compare(pkt, qinfo->qname, rrset->dname) == 0) in scrub_normalize()
668 dname_pkt_compare(pkt, qinfo->qname, rrset->dname) == 0) { in scrub_normalize()
899 if(dname_pkt_compare(pkt, qinfo->qname, rrset->dname) != 0) { in scrub_sanitize()
1054 if(dname_pkt_compare(pkt, msg->qname, qinfo->qname) != 0) in scrub_message()
/freebsd/contrib/unbound/util/data/
H A Ddname.h121 int dname_pkt_compare(struct sldns_buffer* pkt, uint8_t* d1, uint8_t* d2);
H A Dmsgparse.c75 return dname_pkt_compare(pkt, dnow, dprlast); in smart_compare()
219 dname_pkt_compare(pkt, dname, p->dname) == 0) in rrset_parse_equals()
H A Ddname.c233 dname_pkt_compare(sldns_buffer* pkt, uint8_t* d1, uint8_t* d2) in dname_pkt_compare() function
/freebsd/contrib/unbound/services/
H A Dauthzone.c4353 if(dname_pkt_compare(pkt, sldns_buffer_current(pkt), in check_packet_ok()
5841 if(dname_pkt_compare(pkt, sldns_buffer_at(pkt, pos), in check_xfer_packet()
5931 if(dname_pkt_compare(pkt, sldns_buffer_at(pkt, pos), in check_xfer_packet()