Home
last modified time | relevance | path

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

/system/netd/resolv/dns_responder/
Ddns_responder.cpp83 const char* dnstype2str(unsigned dnstype) { in dnstype2str() function
283 dnstype2str(qtype), dnsclass2str(qclass)); in toString()
345 dnstype2str(rtype), dnsclass2str(rclass)); in toString()
555 name.c_str(), dnstype2str(type), it->second.c_str(), addr.c_str()); in addMapping()
567 dnstype2str(type)); in removeMapping()
846 question.qname.name.c_str(), dnstype2str(question.qtype)); in addAnswerRecords()
896 ALOGI("unhandled qtype %s", dnstype2str(record.rtype)); in fillAnswerRdata()