Searched defs:kEcnMask (Results 1 – 4 of 4) sorted by relevance
249 static constexpr uint8_t kEcnMask = 3 << kEcnOffset; member in ot::Lowpan::Lowpan
355 static constexpr uint8_t kEcnMask = 0x30; // Use with `mVerTcFlow.m8[1]` member in ot::Ip6::Header
519 static constexpr uint8_t kEcnMask = 0x03; // Use with `mDscpEcn` member in ot::Ip4::Header
44 constexpr uint8_t kEcnMask = 0x03; variable