Searched refs:IsDstAddrPresent (Results 1 – 3 of 3) sorted by relevance
390 VerifyOrQuit(!frame.IsDstAddrPresent()); in TestMacFrameApi()407 VerifyOrQuit(frame.IsDstAddrPresent()); in TestMacFrameApi()498 VerifyOrQuit(!ackFrame.IsDstAddrPresent()); in TestMacFrameAckGeneration()555 VerifyOrQuit(ackFrame.IsDstAddrPresent()); in TestMacFrameAckGeneration()
527 bool IsDstAddrPresent() const { return IsDstAddrPresent(GetFrameControlField()); } in IsDstAddrPresent() function in ot::Mac::Frame1091 …static bool IsDstAddrPresent(uint16_t aFcf) { return (aFcf & kFcfDstAddrMask) != kFcfDstAddrNone; } in IsDstAddrPresent() function in ot::Mac::Frame
164 present = IsDstAddrPresent(aFcf); in IsDstPanIdPresent()