Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_diagnostic.hpp199 bool IsLastAnswer(const Coap::Message &aAnswer) const;
Dnetwork_diagnostic.cpp483 bool Server::IsLastAnswer(const Coap::Message &aAnswer) const in IsLastAnswer() function in ot::NetworkDiagnostic::Server
510 Coap::Message *next = IsLastAnswer(*answer) ? nullptr : answer->GetNextCoapMessage(); in FreeAllRelatedAnswers()
602 Coap::Message *nextAnswer = IsLastAnswer(aAnswer) ? nullptr : aAnswer.GetNextCoapMessage(); in SendNextAnswer()