Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/src/
H A Dmdns_protocol_impl.cpp557 DNSProto::RRType anyAddrType; in ProcessQuestion() local
560 anyAddrType = DNSProto::RRTYPE_AAAA; in ProcessQuestion()
563 anyAddrType = DNSProto::RRTYPE_A; in ProcessQuestion()
569 ProcessQuestionRecord(anyAddr, anyAddrType, msg.questions[i], phase, response); in ProcessQuestion()
572 AppendRecord(response.additional, anyAddrType, GetHostDomain(), anyAddr); in ProcessQuestion()
580 …nsProtocolImpl::ProcessQuestionRecord(const std::any &anyAddr, const DNSProto::RRType &anyAddrType, in ProcessQuestionRecord() argument
625 … if (name != GetHostDomain() || (qu.qtype != DNSProto::RRTYPE_ANY && anyAddrType != qu.qtype)) { in ProcessQuestionRecord()
628 AppendRecord(response.answers, anyAddrType, name, anyAddr); in ProcessQuestionRecord()
/ohos5.0/foundation/communication/netmanager_ext/services/mdnsmanager/include/
H A Dmdns_protocol_impl.h90 void ProcessQuestionRecord(const std::any &anyAddr, const DNSProto::RRType &anyAddrType,