T_ANY
case T_ANY: /* matches any type */
case T_ANY: /*%< use T_ANY only for T_A/T_AAAA lookup */
if (qtype == T_A || qtype == T_AAAA || qtype == T_ANY) {
if ((qtype == T_A || qtype == T_AAAA || qtype == T_ANY) &&
if (qtype == T_ANY) {
rtype = T_ANY;
rtype = T_ANY;