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