Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.hpp639 bool IsDstAddrPresent() const { return IsDstAddrPresent(GetFrameControlField()); } in IsDstAddrPresent() function in ot::Mac::Frame
1253 …static bool IsDstAddrPresent(uint16_t aFcf) { return (aFcf & kFcfDstAddrMask) != kFcfDstAddrNone; } in IsDstAddrPresent() function in ot::Mac::Frame