Searched refs:IsSrcAddrPresent (Results 1 – 3 of 3) sorted by relevance
377 VerifyOrQuit(frame.IsSrcAddrPresent() == (testCase.mSrcAddrType != kNoneAddr)); in TestMacHeader()609 VerifyOrQuit(!frame.IsSrcAddrPresent()); in TestMacFrameApi()626 VerifyOrQuit(frame.IsSrcAddrPresent()); in TestMacFrameApi()712 VerifyOrQuit(!ackFrame.IsSrcAddrPresent()); in TestMacFrameAckGeneration()771 VerifyOrQuit(!ackFrame.IsSrcAddrPresent()); in TestMacFrameAckGeneration()
390 bool IsSrcAddrPresent(void) const { return IsSrcAddrPresent(GetFrameControlField()); } in IsSrcAddrPresent() function in ot::Mac::Frame904 …static bool IsSrcAddrPresent(uint16_t aFcf) { return MaskFcf<kFcfSrcAddrMask, kMpFcfSrcAddrMask>(a… in IsSrcAddrPresent() function in ot::Mac::Frame
587 present = IsSrcAddrPresent(aFcf) && ((aFcf & kFcfPanidCompression) == 0); in IsSrcPanIdPresent()