Home | History | Annotate | Download | only in src

Lines Matching refs:qtype

532   int i, qtype, qclass, rdlen;
540 GETSHORT(qtype, p);
545 if ((qclass == C_IN) && (qtype == T_A))
586 int qtype, qclass, rdlen;
600 GETSHORT(qtype, p);
605 if ((qclass == C_IN) && (qtype == T_SOA))
644 int i, j, qtype, qclass, aqtype, aqclass, ardlen, res, searched_soa = 0;
671 GETSHORT(qtype, p);
679 if (qtype == T_PTR)
749 if (qtype == T_A)
755 else if (qtype == T_AAAA)
781 if (aqclass == C_IN && res != 2 && (aqtype == T_CNAME || aqtype == qtype))
869 int qtype, qclass;
880 GETSHORT(qtype, p);
884 *typep = qtype;
888 if (qtype == T_A)
890 if (qtype == T_AAAA)
892 if (qtype == T_ANY)
894 if (qtype == T_NS || qtype == T_SOA)
981 int i, qtype, qclass, rdlen;
994 GETSHORT(qtype, p);
999 if (qclass == C_IN && qtype == T_A)
1135 int qtype, qclass;
1199 GETSHORT(qtype, p);
1204 if (qtype == T_TXT || qtype == T_ANY)
1227 if (qtype == T_PTR || qtype == T_ANY)
1279 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1332 if (qtype != type && qtype != T_ANY)
1336 if (qtype == T_A && (addr.addr.addr4.s_addr = inet_addr(name)) != (in_addr_t) -1)
1350 if (qtype == T_A)
1402 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1457 if (qtype == T_MX || qtype == T_ANY)
1493 if (qtype == T_SRV || qtype == T_ANY)
1516 if (!found && (daemon->options & OPT_FILTER) && (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_'))))
1524 if (qtype == T_NAPTR || qtype == T_ANY)
1542 if (qtype == T_MAILB)
1545 if (qtype == T_SOA && (daemon->options & OPT_FILTER))