Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dmdns.hpp1311 const RecordCounts &GetRecordCounts(void) const { return mRecordCounts; } in GetRecordCounts() function in ot::Dns::Multicast::Core::RxMessage
Dmdns.cpp271 if ((rxMessagePtr->GetRecordCounts().GetFor(kQuestionSection) == 0) && in HandleMessage()
272 (rxMessagePtr->GetRecordCounts().GetFor(kAnswerSection) > 0)) in HandleMessage()