Searched refs:aIp6Addr (Results 1 – 5 of 5) sorted by relevance
355 …otError WriteIp6Address(const spinel_ipv6addr_t &aIp6Addr) { return WriteIp6Address(aIp6Addr.bytes… in WriteIp6Address() argument373 …otError WriteIp6Address(const otIp6Address &aIp6Addr) { return WriteIp6Address(aIp6Addr.mFields.m8… in WriteIp6Address() argument
232 otError Decoder::ReadIp6Address(spinel_ipv6addr_t &aIp6Addr) in ReadIp6Address() argument238 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()244 otError Decoder::ReadIp6Address(otIp6Address &aIp6Addr) in ReadIp6Address() argument250 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()
316 otError ReadIp6Address(spinel_ipv6addr_t &aIp6Addr);330 otError ReadIp6Address(otIp6Address &aIp6Addr);
410 void MeshForwarder::GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacSourceAddress() argument412 aIp6Addr.GetIid().ConvertToMacAddress(aMacAddr); in GetMacSourceAddress()420 void MeshForwarder::GetMacDestinationAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacDestinationAddress() argument422 if (aIp6Addr.IsMulticast()) in GetMacDestinationAddress()426 else if (Get<Mle::MleRouter>().IsRoutingLocator(aIp6Addr)) in GetMacDestinationAddress()428 aMacAddr.SetShort(aIp6Addr.GetIid().GetLocator()); in GetMacDestinationAddress()432 aIp6Addr.GetIid().ConvertToMacAddress(aMacAddr); in GetMacDestinationAddress()
418 void GetMacDestinationAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr);419 void GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr);