Home
last modified time | relevance | path

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

/external/openthread/src/core/thread/
Dkey_manager.cpp434 VerifyOrExit(mMacFrameCounters.Get154() <= aMacFrameCounter); in MacFrameCounterUsed()
438 if (mMacFrameCounters.Get154() >= mStoredMacFrameCounter) in MacFrameCounterUsed()
Dkey_manager.hpp374 uint32_t Get154MacFrameCounter(void) const { return mMacFrameCounters.Get154(); } in Get154MacFrameCounter()
/external/openthread/src/core/mac/
Dmac_types.hpp807 uint32_t Get154(void) const { return m154Counter; } in Get154() function in ot::Mac::LinkFrameCounters