Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_frame.hpp356 bool IsDstAddrPresent() const { return IsDstAddrPresent(GetFrameControlField()); } in IsDstAddrPresent() function in ot::Mac::Frame
902 …static bool IsDstAddrPresent(uint16_t aFcf) { return MaskFcf<kFcfDstAddrMask, kMpFcfDstAddrMask>(a… in IsDstAddrPresent() function in ot::Mac::Frame