Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac.cpp1633 uint32_t neighborFrameCounter; in ProcessReceiveSecurity() local
1636 neighborFrameCounter = aNeighbor->GetLinkFrameCounters().Get(aFrame.GetRadioType()); in ProcessReceiveSecurity()
1638 neighborFrameCounter = aNeighbor->GetLinkFrameCounters().Get(); in ProcessReceiveSecurity()
1642 VerifyOrExit((frameCounter + 1) != neighborFrameCounter, error = kErrorDuplicated); in ProcessReceiveSecurity()
1644 VerifyOrExit(frameCounter >= neighborFrameCounter); in ProcessReceiveSecurity()