Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/src/core/net/
H A Dsocket.hpp189 Ecn GetEcn(void) const { return static_cast<Ecn>(mEcn); } in GetEcn() function in ot::Ip6::MessageInfo
H A Dip6.hpp527 Ecn GetEcn(void) const { return mIp6Header.GetEcn(); } in GetEcn() function in ot::Ip6::Headers
H A Dip6_headers.hpp197 Ecn GetEcn(void) const { return static_cast<Ecn>((mVerTcFlow.m8[1] & kEcnMask) >> kEcnOffset); } in GetEcn() function in ot::Ip6::Header
H A Dip4_types.hpp381 Ecn GetEcn(void) const { return static_cast<Ecn>(mDscpEcn & kEcnMask); } in GetEcn() function in ot::Ip4::Header