Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dmle_tlvs.hpp170 typedef UintTlvInfo<Tlv::kMleFrameCounter, uint32_t> MleFrameCounterTlv; typedef
Dmle.cpp4898 return Tlv::Append<MleFrameCounterTlv>(*this, Get<KeyManager>().GetMleFrameCounter()); in AppendMleFrameCounterTlv()
5431 switch (Tlv::Find<MleFrameCounterTlv>(*this, aMleFrameCounter)) in ReadFrameCounterTlvs()
Dmle_router.cpp2526 switch (Tlv::Find<MleFrameCounterTlv>(aRxInfo.mMessage, mleFrameCounter)) in HandleChildUpdateResponseOnParent()