Searched refs:aIpAddr (Results 1 – 2 of 2) sorted by relevance
89 const Ip6::Address &aIpAddr, in CompressSourceIid() argument99 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() argument128 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 …]
262 const Ip6::Address &aIpAddr,267 const Ip6::Address &aIpAddr,271 …Error CompressMulticast(const Ip6::Address &aIpAddr, uint16_t &aHcCtl, FrameBuilder &aFrameBuilder…