Searched defs:kEcnMask (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/src/core/thread/ | ||
D | lowpan.hpp | 231 static constexpr uint8_t kEcnMask = 3 << kEcnOffset; member in ot::Lowpan::Lowpan |
/openthread-latest/src/core/net/ | ||
D | ip4_types.hpp | 524 static constexpr uint8_t kEcnMask = 0x03; // Use with `mDscpEcn` member in ot::Ip4::Header |
D | ip6_headers.hpp | 325 static constexpr uint8_t kEcnMask = 0x30; // Use with `mVerTcFlow.m8[1]` member in ot::Ip6::Header |