Home | History | Annotate | Download | only in fake_dns

Lines Matching defs:qtype

76                   uint16 qtype, const char* question, size_t question_length) {
90 size_t rdata_size = qtype == net::dns_protocol::kTypeA ?
113 writer.WriteU16(qtype);
117 if (qtype == net::dns_protocol::kTypeA)
169 uint16 qtype;
171 reader.ReadU16(&qtype);
173 if ((qtype != net::dns_protocol::kTypeA &&
174 qtype != net::dns_protocol::kTypeAAAA) ||
176 LOG(ERROR) << "Unsupported query: QTYPE=" << qtype << " QCLASS=" << qclass
182 SendResponse(sock, client_addr, id, qtype,