Home
last modified time | relevance | path

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

/system/netd/tests/dns_responder/
Ddns_responder.cpp72 const char* dnstype2str(unsigned dnstype) { in dnstype2str() function
273 dnstype2str(qtype), dnsclass2str(qclass)); in toString()
335 dnstype2str(rtype), dnsclass2str(rclass)); in toString()
547 "address %s", name, dnstype2str(type), it->second.c_str(), in addMapping()
562 dnstype2str(type)); in removeMapping()
813 question.qname.name.c_str(), dnstype2str(question.qtype)); in addAnswerRecords()
817 dnstype2str(question.qtype), it->second.c_str()); in addAnswerRecords()
836 ALOGI("unhandled qtype %s", dnstype2str(question.qtype)); in addAnswerRecords()