Home | History | Annotate | Download | only in src

Lines Matching defs:qtype

530   int i, qtype, qclass, rdlen;
538 GETSHORT(qtype, p);
543 if ((qclass == C_IN) && (qtype == T_A))
584 int qtype, qclass, rdlen;
598 GETSHORT(qtype, p);
603 if ((qclass == C_IN) && (qtype == T_SOA))
642 int i, j, qtype, qclass, aqtype, aqclass, ardlen, res, searched_soa = 0;
669 GETSHORT(qtype, p);
677 if (qtype == T_PTR)
747 if (qtype == T_A)
753 else if (qtype == T_AAAA)
779 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype))
867 int qtype, qclass;
878 GETSHORT(qtype, p);
882 *typep = qtype;
886 if (qtype == T_A)
888 if (qtype == T_AAAA)
890 if (qtype == T_ANY)
892 if (qtype == T_NS || qtype == T_SOA)
979 int i, qtype, qclass, rdlen;
992 GETSHORT(qtype, p);
997 if (qclass == C_IN && qtype == T_A)
1133 int qtype, qclass;
1194 GETSHORT(qtype, p);
1199 if (qtype == T_TXT || qtype == T_ANY)
1222 if (qtype == T_PTR || qtype == T_ANY)
1274 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1327 if (qtype != type && qtype != T_ANY)
1331 if (qtype == T_A && (addr.addr.addr4.s_addr = inet_addr(name)) != (in_addr_t) -1)
1345 if (qtype == T_A)
1397 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1452 if (qtype == T_MX || qtype == T_ANY)
1488 if (qtype == T_SRV || qtype == T_ANY)
1511 if (!found && (daemon->options & OPT_FILTER) && (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_'))))
1519 if (qtype == T_NAPTR || qtype == T_ANY)
1537 if (qtype == T_MAILB)
1540 if (qtype == T_SOA && (daemon->options & OPT_FILTER))