Home
last modified time | relevance | path

Searched refs:IsDstPanIdPresent (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/mac/
Dmac_frame.cpp194 if (IsDstPanIdPresent(fcf)) in PrepareHeadersIn()
389 VerifyOrExit(IsDstPanIdPresent(), index = kInvalidIndex); in FindDstPanIdIndex()
397 bool Frame::IsDstPanIdPresent(uint16_t aFcf) in IsDstPanIdPresent() function in ot::Mac::Frame
484 uint8_t Frame::FindDstAddrIndex(void) const { return SkipSequenceIndex() + (IsDstPanIdPresent() ? s… in FindDstAddrIndex()
521 if (IsDstPanIdPresent(fcf)) in FindSrcPanIdIndex()
610 if (IsDstPanIdPresent(fcf)) in FindSrcAddrIndex()
991 if (IsDstPanIdPresent(aFcf)) in CalculateAddrFieldSize()
1429 else if (aRxFrame.IsDstPanIdPresent()) in GenerateEnhAck()
Dmac_frame.hpp338 bool IsDstPanIdPresent(void) const { return IsDstPanIdPresent(GetFrameControlField()); } in IsDstPanIdPresent() function in ot::Mac::Frame
903 static bool IsDstPanIdPresent(uint16_t aFcf);
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp384 VerifyOrQuit(frame.IsDstPanIdPresent() == (testCase.mDstPanIdMode != kNoPanId)); in TestMacHeader()
386 if (frame.IsDstPanIdPresent()) in TestMacHeader()
606 VerifyOrQuit(!frame.IsDstPanIdPresent()); in TestMacFrameApi()
624 VerifyOrQuit(frame.IsDstPanIdPresent()); in TestMacFrameApi()
710 VerifyOrQuit(!ackFrame.IsDstPanIdPresent()); in TestMacFrameAckGeneration()
769 VerifyOrQuit(ackFrame.IsDstPanIdPresent()); in TestMacFrameAckGeneration()