Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor.hpp391 …Mac::LinkFrameCounters &GetLinkFrameCounters(void) { return mValidPending.mValid.mLinkFrameCounter… in GetLinkFrameCounters() function in ot::Neighbor
398 …const Mac::LinkFrameCounters &GetLinkFrameCounters(void) const { return mValidPending.mValid.mLink… in GetLinkFrameCounters() function in ot::Neighbor
Dkey_manager.cpp235 parent->GetLinkFrameCounters().Reset(); in ResetFrameCounters()
244 router.GetLinkFrameCounters().Reset(); in ResetFrameCounters()
253 child.GetLinkFrameCounters().Reset(); in ResetFrameCounters()
Dneighbor.cpp92 mLinkFrameCounter = aNeighbor.GetLinkFrameCounters().GetMaximum(); in SetFrom()
Dmle_router.cpp1046 router->GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleLinkAcceptVariant()
2182 child->GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleChildIdRequest()
2517 child->GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleChildUpdateResponseOnParent()
Dmle.cpp2465 neighbor->GetLinkFrameCounters().Reset(); in HandleUdpReceive()
3220 mParentCandidate.GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleParentResponse()
3543 mParent.GetLinkFrameCounters().SetAll(linkFrameCounter); in HandleChildUpdateResponseOnChild()
/openthread-latest/src/core/mac/
Dmac.cpp1636 neighborFrameCounter = aNeighbor->GetLinkFrameCounters().Get(aFrame.GetRadioType()); in ProcessReceiveSecurity()
1638 neighborFrameCounter = aNeighbor->GetLinkFrameCounters().Get(); in ProcessReceiveSecurity()
1688 aNeighbor->GetLinkFrameCounters().Reset(); in ProcessReceiveSecurity()
1692 aNeighbor->GetLinkFrameCounters().Set(aFrame.GetRadioType(), frameCounter + 1); in ProcessReceiveSecurity()
1694 aNeighbor->GetLinkFrameCounters().Set(frameCounter + 1); in ProcessReceiveSecurity()