Searched refs:LinkFrameCounterTlv (Results 1 – 3 of 3) sorted by relevance
177 typedef UintTlvInfo<Tlv::kLinkFrameCounter, uint32_t> LinkFrameCounterTlv; typedef
4549 return Tlv::Append<LinkFrameCounterTlv>(*this, counter); in AppendLinkFrameCounterTlv()5001 SuccessOrExit(error = Tlv::Find<LinkFrameCounterTlv>(*this, aLinkFrameCounter)); in ReadFrameCounterTlvs()
2787 switch (Tlv::Find<LinkFrameCounterTlv>(aRxInfo.mMessage, linkFrameCounter)) in HandleChildUpdateResponse()