Home
last modified time | relevance | path

Searched refs:IsSequencePresent (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/tests/unit/
Dtest_mac_frame.cpp419 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()
/openthread-latest/src/core/mac/
Dmac_frame.cpp189 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()
Dmac_frame.hpp331 uint8_t IsSequencePresent(void) const { return IsSequencePresent(GetFrameControlField()); } in IsSequencePresent() function in ot::Mac::Frame
898 static bool IsSequencePresent(uint16_t aFcf) in IsSequencePresent() function in ot::Mac::Frame
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp161 if (static_cast<const Mac::Frame *>(aFrame)->IsSequencePresent()) in otMacFrameGetSequence()
/openthread-latest/tests/fuzz/
Dfuzzer_platform.cpp85 if (static_cast<const Mac::Frame *>(aFrame)->IsSequencePresent()) in otMacFrameGetSequence()