Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.cpp3520 mIsLegacyUnicast = true; in Init()
3647 if (question.mUnicastResponse || mIsLegacyUnicast) in ProcessQuery()
3654 if (mIsLegacyUnicast) in ProcessQuery()
3797 answerInfo.mLegacyUnicastResponse = mIsLegacyUnicast; in AnswerQuestion()
4015 …TxMessage::Type responseType = mIsLegacyUnicast ? TxMessage::kLegacyUnicastResponse : TxMessage::k… in SendUnicastResponse()
4016 …EntryContext context(GetInstance(), responseType, mSenderAddress, mIsLegacyUnicast ? mQueryId :… in SendUnicastResponse()
4018 if (mIsLegacyUnicast) in SendUnicastResponse()
Dmdns.hpp1370 bool mIsLegacyUnicast : 1; member in ot::Dns::Multicast::Core::RxMessage