Home
last modified time | relevance | path

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

/external/openthread/src/core/mac/
Dmac_frame.hpp390 bool IsSrcAddrPresent(void) const { return IsSrcAddrPresent(GetFrameControlField()); } in IsSrcAddrPresent() function in ot::Mac::Frame
904 …static bool IsSrcAddrPresent(uint16_t aFcf) { return MaskFcf<kFcfSrcAddrMask, kMpFcfSrcAddrMask>(a… in IsSrcAddrPresent() function in ot::Mac::Frame