Home
last modified time | relevance | path

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

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