Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlowpan.cpp89 const Ip6::Address &aIpAddr, in CompressSourceIid() argument
99 if (iid == aIpAddr.GetIid()) in CompressSourceIid()
103 else if (aIpAddr.GetIid().IsLocator()) in CompressSourceIid()
106 error = aFrameBuilder.AppendBigEndianUint16(aIpAddr.GetIid().GetLocator()); in CompressSourceIid()
111 error = aFrameBuilder.Append(aIpAddr.GetIid()); in CompressSourceIid()
118 const Ip6::Address &aIpAddr, in CompressDestinationIid() argument
128 if (iid == aIpAddr.GetIid()) in CompressDestinationIid()
132 else if (aIpAddr.GetIid().IsLocator()) in CompressDestinationIid()
135 error = aFrameBuilder.AppendBigEndianUint16(aIpAddr.GetIid().GetLocator()); in CompressDestinationIid()
140 error = aFrameBuilder.Append(aIpAddr.GetIid()); in CompressDestinationIid()
[all …]
Dlowpan.hpp262 const Ip6::Address &aIpAddr,
267 const Ip6::Address &aIpAddr,
271 …Error CompressMulticast(const Ip6::Address &aIpAddr, uint16_t &aHcCtl, FrameBuilder &aFrameBuilder…