gen_dns_msg
msg = gen_dns_msg(region, q, r->rrset_count);
res = gen_dns_msg(region, &origin->qinfo, origin->rep->rrset_count);
msg = gen_dns_msg(region, q, 1); /* only the CNAME (or other) RRset */
msg = gen_dns_msg(region, q, 2); /* DNAME + CNAME RRset */
msg = gen_dns_msg(region, q, r->rrset_count);
res = gen_dns_msg(region, &origin->qinfo, origin->rep->rrset_count);
msg = gen_dns_msg(region, q, 1); /* only the CNAME (or other) RRset */
msg = gen_dns_msg(region, q, 2); /* DNAME + CNAME RRset */