Searched refs:IsSequencePresent (Results 1 – 5 of 5) sorted by relevance
419 VerifyOrQuit(frame.IsSequencePresent()); in TestMacHeader()424 VerifyOrQuit(!frame.IsSequencePresent()); in TestMacHeader()610 VerifyOrQuit(frame.IsSequencePresent()); in TestMacFrameApi()637 VerifyOrQuit(frame.IsSequencePresent()); in TestMacFrameApi()653 VerifyOrQuit(frame.IsSequencePresent()); in TestMacFrameApi()714 VerifyOrQuit(ackFrame.IsSequencePresent()); in TestMacFrameAckGeneration()773 VerifyOrQuit(ackFrame.IsSequencePresent()); in TestMacFrameAckGeneration()
189 if (IsSequencePresent(fcf)) in PrepareHeadersIn()377 if (IsSequencePresent(fcf)) in SkipSequenceIndex()472 OT_ASSERT(IsSequencePresent()); in GetSequence()479 OT_ASSERT(IsSequencePresent()); in SetSequence()982 uint8_t size = GetFcfSize(aFcf) + (IsSequencePresent(aFcf) ? kDsnSize : 0); in CalculateAddrFieldSize()1575 sequencePresent = IsSequencePresent(); in ToInfoString()
331 uint8_t IsSequencePresent(void) const { return IsSequencePresent(GetFrameControlField()); } in IsSequencePresent() function in ot::Mac::Frame898 static bool IsSequencePresent(uint16_t aFcf) in IsSequencePresent() function in ot::Mac::Frame
161 if (static_cast<const Mac::Frame *>(aFrame)->IsSequencePresent()) in otMacFrameGetSequence()
85 if (static_cast<const Mac::Frame *>(aFrame)->IsSequencePresent()) in otMacFrameGetSequence()