Home
last modified time | relevance | path

Searched refs:RRTYPE_AAAA (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp464 .qtype = DNSProto::RRTYPE_AAAA, in ResolveFromNet()
559 anyAddrType = DNSProto::RRTYPE_AAAA; in ProcessQuestion()
623 if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_A || qu.qtype == DNSProto::RRTYPE_AAAA) { in ProcessQuestionRecord()
757 if (v6 != (rr.rtype == DNSProto::RRTYPE_AAAA)) { in UpdateAddr()
761 bool v6rr = (rr.rtype == DNSProto::RRTYPE_AAAA); in UpdateAddr()
803 } else if (rr.rtype == DNSProto::RRTYPE_A || rr.rtype == DNSProto::RRTYPE_AAAA) { in ProcessAnswerRecord()
H A Dmdns_packet_parser.cpp204 case DNSProto::RRTYPE_AAAA: { in ParseRData()
/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h89 RRTYPE_AAAA = 28, enumerator

Completed in 3 milliseconds