Searched refs:IsDstPanIdPresent (Results 1 – 3 of 3) sorted by relevance
194 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::Frame484 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()
338 bool IsDstPanIdPresent(void) const { return IsDstPanIdPresent(GetFrameControlField()); } in IsDstPanIdPresent() function in ot::Mac::Frame903 static bool IsDstPanIdPresent(uint16_t aFcf);
384 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()