Home
last modified time | relevance | path

Searched refs:aIpAddr (Results 1 – 2 of 2) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dlowpan.cpp100 const Ip6::Address &aIpAddr, in CompressSourceIid() argument
110 if (iid == aIpAddr.GetIid()) in CompressSourceIid()
114 else if (aIpAddr.GetIid().IsLocator()) in CompressSourceIid()
117 error = aFrameBuilder.AppendBigEndianUint16(aIpAddr.GetIid().GetLocator()); in CompressSourceIid()
122 error = aFrameBuilder.Append(aIpAddr.GetIid()); in CompressSourceIid()
129 const Ip6::Address &aIpAddr, in CompressDestinationIid() argument
139 if (iid == aIpAddr.GetIid()) in CompressDestinationIid()
143 else if (aIpAddr.GetIid().IsLocator()) in CompressDestinationIid()
146 error = aFrameBuilder.AppendBigEndianUint16(aIpAddr.GetIid().GetLocator()); in CompressDestinationIid()
151 error = aFrameBuilder.Append(aIpAddr.GetIid()); in CompressDestinationIid()
[all …]
Dlowpan.hpp274 const Ip6::Address &aIpAddr,
279 const Ip6::Address &aIpAddr,
283 …Error CompressMulticast(const Ip6::Address &aIpAddr, uint16_t &aHcCtl, FrameBuilder &aFrameBuilder…