Searched refs:rtype (Results 1 – 6 of 6) sorted by relevance
/packages/modules/DnsResolver/tests/dns_responder/ |
D | dns_responder.cpp | 325 int len = snprintf(buffer, sizeof(buffer), "R<%s,%s,%s>", name.name.c_str(), dnstype2str(rtype), in toString() 336 rtype = ntohs(intfields.rtype); in readIntFields() 349 intfields.rtype = htons(rtype); in writeIntFields() 700 [](const auto& a) { return a.rtype == ns_type::ns_t_opt; }); in hasOptPseudoRR() 807 for (int rtype : rtypes) { in addAnswerRecords() local 810 while ((it = mappings_.find(QueryKey(rname, rtype))) != mappings_.end()) { in addAnswerRecords() 811 if (rtype == ns_type::ns_t_cname) { in addAnswerRecords() 823 .rtype = it->first.type, in addAnswerRecords() 829 if (rtype != ns_type::ns_t_cname) break; in addAnswerRecords() 844 if (record.rtype == ns_type::ns_t_a) { in fillRdata() [all …]
|
D | dns_responder.h | 63 unsigned rtype; member 73 uint16_t rtype; member
|
/packages/modules/DnsResolver/tests/ |
D | resolv_unit_test.cpp | 69 test::DNSRecord MakeAnswerRecord(const std::string& name, unsigned rclass, unsigned rtype, in MakeAnswerRecord() argument 73 .rtype = rtype, in MakeAnswerRecord()
|
D | resolv_cache_unit_test.cpp | 88 .rtype = question.qtype, in makeAnswer()
|
D | resolv_integration_test.cpp | 5557 .rtype = ns_type::ns_t_a, in TEST_P() 5567 .rtype = ns_type::ns_t_ns, in TEST_P() 5577 .rtype = ns_type::ns_t_a, in TEST_P()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | nb_wordlist.combined.gz |
|