Searched refs:GetEcn (Results 1 – 10 of 10) sorted by relevance
43 printf("%02x {dscp:%d, ecn:%d}\n", aHeader.GetDscpEcn(), aHeader.GetDscp(), aHeader.GetEcn()); in VerifyEcnDscp()46 VerifyOrQuit(aHeader.GetEcn() == aEcn); in VerifyEcnDscp()
45 aHeader.GetEcn(), aHeader.GetFlow()); in VerifyVersionTcFlow()49 VerifyOrQuit(aHeader.GetEcn() == aEcn); in VerifyVersionTcFlow()
208 VerifyOrQuit(ecn == aVector.GetIpHeader().GetEcn()); in Test()
525 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
373 Ecn GetEcn(void) const { return static_cast<Ecn>(mDscpEcn & kEcnMask); } in GetEcn() function in ot::Ip4::Header
198 Ecn GetEcn(void) const { return static_cast<Ecn>((mVerTcFlow.m8[1] & kEcnMask) >> kEcnOffset); } in GetEcn() function in ot::Ip6::Header
434 header.SetEcn(aMessageInfo.GetEcn()); in SendDatagram()1139 messageInfo.SetEcn(header.GetEcn()); in HandleDatagram()
278 isEcnCapable = (ip6Header.GetEcn() != Ip6::kEcnNotCapable); in UpdateEcnOrDrop()287 switch (ip6Header.GetEcn()) in UpdateEcnOrDrop()1919 headers.GetChecksum(), Ip6::Ip6::EcnToString(headers.GetEcn()), in LogIp6Message()
995 …headers.GetChecksum(), Ip6::Ip6::EcnToString(headers.GetEcn()), MessagePriorityToString(aMessage)); in LogMeshIpHeader()