Home
last modified time | relevance | path

Searched refs:kHcDstAddrContext (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dlowpan.cpp185 aHcCtl |= kHcDstAddrContext | kHcDstAddrMode0; in CompressMulticast()
367 hcCtl |= kHcDstAddrContext; in Compress()
731 VerifyOrExit((hcCtl & kHcDstAddrContext) == 0); in DecompressBaseHeader()
750 if ((hcCtl & kHcDstAddrContext) == 0) in DecompressBaseHeader()
769 if ((hcCtl & kHcDstAddrContext) == 0) in DecompressBaseHeader()
Dlowpan.hpp223 static constexpr uint16_t kHcDstAddrContext = 1 << 2; member in ot::Lowpan::Lowpan