Searched refs:IsDstAddrPresent (Results 1 – 3 of 3) sorted by relevance
380 VerifyOrQuit(frame.IsDstAddrPresent() == (testCase.mDstAddrType != kNoneAddr)); in TestMacHeader()607 VerifyOrQuit(!frame.IsDstAddrPresent()); in TestMacFrameApi()625 VerifyOrQuit(frame.IsDstAddrPresent()); in TestMacFrameApi()711 VerifyOrQuit(!ackFrame.IsDstAddrPresent()); in TestMacFrameAckGeneration()770 VerifyOrQuit(ackFrame.IsDstAddrPresent()); in TestMacFrameAckGeneration()
356 bool IsDstAddrPresent() const { return IsDstAddrPresent(GetFrameControlField()); } in IsDstAddrPresent() function in ot::Mac::Frame902 …static bool IsDstAddrPresent(uint16_t aFcf) { return MaskFcf<kFcfDstAddrMask, kMpFcfDstAddrMask>(a… in IsDstAddrPresent() function in ot::Mac::Frame
452 present = IsDstAddrPresent(aFcf); in IsDstPanIdPresent()