Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlowpan.cpp728 switch (hcCtl & kHcDstAddrModeMask) in DecompressBaseHeader()
752 if ((hcCtl & kHcDstAddrModeMask) != 0) in DecompressBaseHeader()
771 switch (hcCtl & kHcDstAddrModeMask) in DecompressBaseHeader()
795 switch (hcCtl & kHcDstAddrModeMask) in DecompressBaseHeader()
Dlowpan.hpp228 static constexpr uint16_t kHcDstAddrModeMask = 3 << 0; member in ot::Lowpan::Lowpan