Home
last modified time | relevance | path

Searched defs:GetSeqNumSize (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp603 uint8_t GetSeqNumSize(void) const { return GetSeqNumSize(GetFrameControlField()); } in GetSeqNumSize() function in ot::Mac::Frame
1259 … static uint8_t GetSeqNumSize(uint16_t aFcf) { return !IsSequenceSuppressed(aFcf) ? kDsnSize : 0; } in GetSeqNumSize() function in ot::Mac::Frame