Lines Matching refs:dclass

83 	uint16_t type, uint16_t dclass, hashvalue_type hash,   in new_rrset()  argument
101 p->rrset_class = dclass; in new_rrset()
173 uint16_t dclass, uint32_t rrset_flags) in pkt_hash_rrset() argument
180 h = hashlittle(&dclass, sizeof(dclass), h); /* netw order */ in pkt_hash_rrset()
199 pkt_hash_rrset_rest(hashvalue_type dname_h, uint16_t type, uint16_t dclass, in pkt_hash_rrset_rest() argument
206 h = hashlittle(&dclass, sizeof(dclass), h); /* netw order */ in pkt_hash_rrset_rest()
215 uint16_t type, uint16_t dclass) in rrset_parse_equals() argument
218 p->rrset_class == dclass && p->flags == rrset_flags && in rrset_parse_equals()
228 size_t dnamelen, uint16_t type, uint16_t dclass) in msgparse_hashtable_lookup() argument
233 type, dclass)) in msgparse_hashtable_lookup()
467 size_t dnamelen, uint16_t type, uint16_t dclass, hashvalue_type* hash, in find_rrset() argument
478 if(type == *prev_type && dclass == *prev_dclass && in find_rrset()
488 if(type == LDNS_RR_TYPE_RRSIG && dclass == *prev_dclass && in find_rrset()
504 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass, in find_rrset()
507 *rrset_flags, dname, dnamelen, covtype, dclass); in find_rrset()
511 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass, in find_rrset()
515 dclass); in find_rrset()
522 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass, in find_rrset()
526 dclass); in find_rrset()
535 *prev_dclass = dclass; in find_rrset()
543 dclass, 0); in find_rrset()
546 dclass); in find_rrset()
554 *prev_dclass = dclass; in find_rrset()
563 *hash = pkt_hash_rrset_rest(dname_h, type, dclass, *rrset_flags); in find_rrset()
565 dname, dnamelen, type, dclass); in find_rrset()
572 *prev_dclass = dclass; in find_rrset()
834 uint16_t dclass, prev_dclass = 0; in parse_section() local
852 sldns_buffer_read(pkt, &dclass, sizeof(dclass)); in parse_section()
873 (int)ntohs(dclass))?sldns_lookup_by_id( in parse_section()
874 sldns_rr_classes, (int)ntohs(dclass))->name: in parse_section()
875 "??", (int)ntohs(dclass)); in parse_section()
881 if(!find_rrset(msg, pkt, dname, dnamelen, type, dclass, &hash, in parse_section()
889 rrset = new_rrset(msg, dname, dnamelen, type, dclass, in parse_section()