Home
last modified time | relevance | path

Searched defs:IsSrcAddrPresent (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp711 bool IsSrcAddrPresent(void) const { return IsSrcAddrPresent(GetFrameControlField()); } in IsSrcAddrPresent() function in ot::Mac::Frame
1261 …static bool IsSrcAddrPresent(uint16_t aFcf) { return (aFcf & kFcfSrcAddrMask) != kFcfSrcAddrNone; } in IsSrcAddrPresent() function in ot::Mac::Frame