Searched refs:kHcDstAddrContext (Results 1 – 2 of 2) sorted by relevance
185 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()
223 static constexpr uint16_t kHcDstAddrContext = 1 << 2; member in ot::Lowpan::Lowpan