Searched refs:dname_h (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/unbound/util/data/ |
| H A D | msgparse.c | 201 pkt_hash_rrset_rest(hashvalue_type dname_h, uint16_t type, uint16_t dclass, in pkt_hash_rrset_rest() argument 207 h = hashlittle(&type, sizeof(type), dname_h); /* host order */ in pkt_hash_rrset_rest() 476 hashvalue_type dname_h = pkt_hash_rrset_first(pkt, dname); in find_rrset() local 506 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass, in find_rrset() 513 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass, in find_rrset() 524 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass, in find_rrset() 544 *hash = pkt_hash_rrset_rest(dname_h, LDNS_RR_TYPE_RRSIG, in find_rrset() 565 *hash = pkt_hash_rrset_rest(dname_h, type, dclass, *rrset_flags); in find_rrset()
|