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.cpp76 const char* dnstype2str(unsigned dnstype) { in dnstype2str() function
257 dnstype2str(qtype), dnsclass2str(qclass)); in toString()
295 int len = snprintf(buffer, sizeof(buffer), "R<%s,%s,%s>", name.name.c_str(), dnstype2str(rtype), in toString()
490 LOG(ERROR) << "Cannot remove mapping from (" << name << ", " << dnstype2str(type) in removeMapping()
498 LOG(ERROR) << "Cannot remove mapping from (" << name << ", " << dnstype2str(type) in removeMappingDnsHeader()
807 << dnstype2str(question.qtype) << ", lazily refusing to add an answer"; in addAnswerRecords()
858 LOG(ERROR) << "unhandled qtype " << dnstype2str(record.rtype); in fillRdata()
993 LOG(INFO) << "no mapping found for " << name << " " << dnstype2str(qtype) in makeResponseFromDnsHeader()