Home
last modified time | relevance | path

Searched refs:GetTimeSyncSeq (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/thread/
Dtime_sync_service.cpp77 VerifyOrExit(aMessage.GetTimeSyncSeq() != OT_TIME_SYNC_INVALID_SEQ); in HandleTimeSyncMessage()
79 timeSyncSeqDelta = static_cast<int8_t>(aMessage.GetTimeSyncSeq() - mTimeSyncSeq); in HandleTimeSyncMessage()
87 …lder time sync seq received:%u. Forwarding current seq:%u", aMessage.GetTimeSyncSeq(), mTimeSyncSe… in HandleTimeSyncMessage()
94 mTimeSyncSeq = aMessage.GetTimeSyncSeq() + 1; in HandleTimeSyncMessage()
98 aMessage.GetTimeSyncSeq(), mTimeSyncSeq); in HandleTimeSyncMessage()
110 mTimeSyncSeq = aMessage.GetTimeSyncSeq(); in HandleTimeSyncMessage()
Dtime_sync_service.hpp109 uint8_t GetTimeSyncSeq(void) const { return mTimeSyncSeq; } in GetTimeSyncSeq() function in ot::TimeSync
Dmesh_forwarder.hpp134 uint8_t GetTimeSyncSeq(void) const { return mTimeSyncSeq; } in GetTimeSyncSeq() function in ot::ThreadLinkInfo
Dmle_router.cpp1245 && aRxInfo.mMessage.GetTimeSyncSeq() != OT_TIME_SYNC_INVALID_SEQ in HandleAdvertisementOnFtd()
Dmle.cpp3307 if (aRxInfo.mMessage.GetTimeSyncSeq() != OT_TIME_SYNC_INVALID_SEQ) in HandleChildIdResponse()
/openthread-latest/src/core/common/
Dmessage.hpp1431 uint8_t GetTimeSyncSeq(void) const { return GetMetadata().mTimeSyncSeq; } in GetTimeSyncSeq() function in ot::Message
Dmessage.cpp815 aLinkInfo.mTimeSyncSeq = GetTimeSyncSeq(); in GetLinkInfo()
/openthread-latest/src/core/mac/
Dmac.cpp1079 frame->SetTimeSyncSeq(Get<TimeSync>().GetTimeSyncSeq()); in BeginTransmit()