Searched defs:GetSeqNumSize (Results 1 – 1 of 1) sorted by relevance
603 uint8_t GetSeqNumSize(void) const { return GetSeqNumSize(GetFrameControlField()); } in GetSeqNumSize() function in ot::Mac::Frame1259 … static uint8_t GetSeqNumSize(uint16_t aFcf) { return !IsSequenceSuppressed(aFcf) ? kDsnSize : 0; } in GetSeqNumSize() function in ot::Mac::Frame