Searched refs:dname_h (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/unbound/util/data/
H A Dmsgparse.c189 pkt_hash_rrset_rest(hashvalue_t dname_h, uint16_t type, uint16_t dclass, argument
195 h = hashlittle(&type, sizeof(type), dname_h); /* host order */
464 hashvalue_t dname_h = pkt_hash_rrset_first(pkt, dname); local
494 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass,
501 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass,
512 *hash = pkt_hash_rrset_rest(dname_h, covtype, dclass,
532 *hash = pkt_hash_rrset_rest(dname_h, LDNS_RR_TYPE_RRSIG,
553 *hash = pkt_hash_rrset_rest(dname_h, type, dclass, *rrset_flags);

Completed in 99 milliseconds