Searched defs:GetFrameCounter (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/mac/ | ||
D | sub_mac.hpp | 465 uint32_t GetFrameCounter(void) const { return mFrameCounter; } in GetFrameCounter() function in ot::Mac::SubMac |
D | mac_frame.cpp | 717 Error Frame::GetFrameCounter(uint32_t &aFrameCounter) const in GetFrameCounter() function in ot::Mac::Frame |
/openthread-latest/src/core/thread/ | ||
D | mle.hpp | 1194 uint32_t GetFrameCounter(void) const { return LittleEndian::HostSwap32(mFrameCounter); } in GetFrameCounter() function in ot::Mle::Mle::SecurityHeader |