Home
last modified time | relevance | path

Searched refs:IsTimeSync (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/common/
Dmessage.cpp791 messageCopy->SetTimeSync(IsTimeSync()); in Clone()
846 bool Message::IsTimeSync(void) const in IsTimeSync() function in ot::Message
Dmessage.hpp1395 bool IsTimeSync(void) const;
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp826 if ((aMessage != nullptr) && aMessage->IsTimeSync()) in PrepareMacHeaders()