Home
last modified time | relevance | path

Searched defs:kEcnMask (Results 1 – 4 of 4) sorted by relevance

/external/openthread/src/core/thread/
Dlowpan.hpp249 static constexpr uint8_t kEcnMask = 3 << kEcnOffset; member in ot::Lowpan::Lowpan
/external/openthread/src/core/net/
Dip6_headers.hpp355 static constexpr uint8_t kEcnMask = 0x30; // Use with `mVerTcFlow.m8[1]` member in ot::Ip6::Header
Dip4_types.hpp519 static constexpr uint8_t kEcnMask = 0x03; // Use with `mDscpEcn` member in ot::Ip4::Header
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_udp_socket_posix.cc44 constexpr uint8_t kEcnMask = 0x03; variable