Searched refs:IsSrcAddrPresent (Results 1 – 3 of 3) sorted by relevance
466 VerifyOrQuit(!frame.IsSrcAddrPresent()); in TestMacFrameApi()482 VerifyOrQuit(frame.IsSrcAddrPresent()); in TestMacFrameApi()573 VerifyOrQuit(!ackFrame.IsSrcAddrPresent()); in TestMacFrameAckGeneration()630 VerifyOrQuit(!ackFrame.IsSrcAddrPresent()); in TestMacFrameAckGeneration()
596 bool IsSrcAddrPresent(void) const { return IsSrcAddrPresent(GetFrameControlField()); } in IsSrcAddrPresent() function in ot::Mac::Frame1096 …static bool IsSrcAddrPresent(uint16_t aFcf) { return (aFcf & kFcfSrcAddrMask) != kFcfSrcAddrNone; } in IsSrcAddrPresent() function in ot::Mac::Frame
1295 if (aFrame.IsSrcAddrPresent()) in GenerateEnhAck()