Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor.hpp406 … uint32_t GetLinkAckFrameCounter(void) const { return mValidPending.mValid.mLinkAckFrameCounter; } in GetLinkAckFrameCounter() function in ot::Neighbor
/openthread-latest/src/core/mac/
Dmac.cpp1702 if ((frameCounter + 1) > aNeighbor->GetLinkAckFrameCounter()) in ProcessReceiveSecurity()
1800 VerifyOrExit(frameCounter >= neighbor->GetLinkAckFrameCounter()); in ProcessEnhAckSecurity()