Home
last modified time | relevance | path

Searched refs:GetKeySequence (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Dneighbor.hpp363 uint32_t GetKeySequence(void) const { return mKeySequence; } in GetKeySequence() function in ot::Neighbor
Dmle.cpp380 Get<KeyManager>().SetCurrentKeySequence(networkInfo.GetKeySequence(), in Restore()
2430 if (keySequence == neighbor->GetKeySequence()) in HandleUdpReceive()
2463 VerifyOrExit(keySequence > neighbor->GetKeySequence(), error = kErrorDuplicated); in HandleUdpReceive()
/openthread-latest/src/core/common/
Dsettings.hpp197 uint32_t GetKeySequence(void) const { return LittleEndian::HostSwap32(mKeySequence); } in GetKeySequence() function in ot::SettingsBase::NetworkInfo
Dsettings.cpp54 ToUlong(GetKeySequence())); in Log()
/openthread-latest/src/core/mac/
Dmac.cpp1629 VerifyOrExit(keySequence >= aNeighbor->GetKeySequence()); in ProcessReceiveSecurity()
1631 if (keySequence == aNeighbor->GetKeySequence()) in ProcessReceiveSecurity()
1684 if (aNeighbor->GetKeySequence() != keySequence) in ProcessReceiveSecurity()