Searched refs:kHcFlowLabel (Results 1 – 2 of 2) sorted by relevance
207 static constexpr uint16_t kHcFlowLabel = 2 << 11; member in ot::Lowpan::Lowpan
270 hcCtl |= kHcTrafficClass | kHcFlowLabel; in Compress()275 hcCtl |= kHcFlowLabel; in Compress()641 if ((hcCtl & kHcFlowLabel) == 0) in DecompressBaseHeader()