Searched defs:SetFrameCounter (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/openthread/src/core/mac/ | ||
H A D | sub_mac.cpp | 949 void SubMac::SetFrameCounter(uint32_t aFrameCounter, bool aSetIfLarger) in SetFrameCounter() function in ot::Mac::SubMac |
H A D | mac_frame.cpp | 735 void Frame::SetFrameCounter(uint32_t aFrameCounter) in SetFrameCounter() function in ot::Mac::Frame |
/aosp_15_r20/external/openthread/src/core/thread/ | ||
H A D | mle.hpp | 1160 …void SetFrameCounter(uint32_t aCounter) { mFrameCounter = LittleEndian::HostSwap32(aCounter); } in SetFrameCounter() function in ot::Mle::Mle::SecurityHeader |