Searched refs:aIpAddr (Results 1 – 2 of 2) sorted by relevance
100 const Ip6::Address &aIpAddr, in CompressSourceIid() argument110 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() argument139 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 …]
274 const Ip6::Address &aIpAddr,279 const Ip6::Address &aIpAddr,283 …Error CompressMulticast(const Ip6::Address &aIpAddr, uint16_t &aHcCtl, FrameBuilder &aFrameBuilder…