packed_rrset
struct packed_rrset_key* packed_rrset = &cursor->rrset->rk;
if(htons(qtype) == packed_rrset->type) {
if(ntohs(packed_rrset->type) == LDNS_RR_TYPE_CNAME && alias_ok)
struct packed_rrset rrset;
struct packed_rrset_key* packed_rrset = &cursor->rrset->rk;
if(htons(qtype) == packed_rrset->type) {
if(ntohs(packed_rrset->type) == LDNS_RR_TYPE_CNAME && alias_ok)
struct packed_rrset rrset;