Home
last modified time | relevance | path

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

/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_packet_parser.h86 RRTYPE_A = 1, enumerator
/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp459 .qtype = DNSProto::RRTYPE_A, in ResolveFromNet()
562 anyAddrType = DNSProto::RRTYPE_A; in ProcessQuestion()
623 if (qu.qtype == DNSProto::RRTYPE_ANY || qu.qtype == DNSProto::RRTYPE_A || qu.qtype == DNSProto::RRTYPE_AAAA) { in ProcessQuestionRecord()
803 } else if (rr.rtype == DNSProto::RRTYPE_A || rr.rtype == DNSProto::RRTYPE_AAAA) { in ProcessAnswerRecord()
H A Dmdns_packet_parser.cpp193 case DNSProto::RRTYPE_A: { in ParseRData()

Completed in 3 milliseconds