Searched refs:GetEcn (Results 1 – 10 of 10) sorted by relevance
41 printf("%02x {dscp:%d, ecn:%d}\n", aHeader.GetDscpEcn(), aHeader.GetDscp(), aHeader.GetEcn()); in VerifyEcnDscp()44 VerifyOrQuit(aHeader.GetEcn() == aEcn); in VerifyEcnDscp()
43 aHeader.GetEcn(), aHeader.GetFlow()); in VerifyVersionTcFlow()47 VerifyOrQuit(aHeader.GetEcn() == aEcn); in VerifyVersionTcFlow()
206 VerifyOrQuit(ecn == aVector.GetIpHeader().GetEcn()); in Test()
504 Ecn GetEcn(void) const { return mIp6Header.GetEcn(); } in GetEcn() function in ot::Ip6::Headers
213 Ecn GetEcn(void) const { return static_cast<Ecn>(mEcn); } in GetEcn() function in ot::Ip6::MessageInfo
370 Ecn GetEcn(void) const { return static_cast<Ecn>(mDscpEcn & kEcnMask); } in GetEcn() function in ot::Ip4::Header
197 Ecn GetEcn(void) const { return static_cast<Ecn>((mVerTcFlow.m8[1] & kEcnMask) >> kEcnOffset); } in GetEcn() function in ot::Ip6::Header
433 header.SetEcn(aMessageInfo.GetEcn()); in SendDatagram()1104 messageInfo.SetEcn(header.GetEcn()); in HandleDatagram()
280 isEcnCapable = (ip6Header.GetEcn() != Ip6::kEcnNotCapable); in UpdateEcnOrDrop()289 switch (ip6Header.GetEcn()) in UpdateEcnOrDrop()1926 headers.GetChecksum(), Ip6::Ip6::EcnToString(headers.GetEcn()), in LogIp6Message()
997 …headers.GetChecksum(), Ip6::Ip6::EcnToString(headers.GetEcn()), MessagePriorityToString(aMessage)); in LogMeshIpHeader()