Home
last modified time | relevance | path

Searched refs:dnstype2str (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/tests/dns_responder/
Ddns_responder.cpp106 const char* dnstype2str(unsigned dnstype) { in dnstype2str() function
287 dnstype2str(qtype), dnsclass2str(qclass)); in toString()
325 int len = snprintf(buffer, sizeof(buffer), "R<%s,%s,%s>", name.name.c_str(), dnstype2str(rtype), in toString()
520 LOG(ERROR) << "Cannot remove mapping from (" << name << ", " << dnstype2str(type) in removeMapping()
528 LOG(ERROR) << "Cannot remove mapping from (" << name << ", " << dnstype2str(type) in removeMappingDnsHeader()
837 << dnstype2str(question.qtype) << ", lazily refusing to add an answer"; in addAnswerRecords()
888 LOG(ERROR) << "unhandled qtype " << dnstype2str(record.rtype); in fillRdata()
1023 LOG(INFO) << "no mapping found for " << name << " " << dnstype2str(qtype) in makeResponseFromDnsHeader()