Home
last modified time | relevance | path

Searched refs:aIp6Addr (Results 1 – 7 of 7) sorted by relevance

/openthread-latest/src/lib/spinel/
Dspinel_encoder.hpp337 …otError WriteIp6Address(const spinel_ipv6addr_t &aIp6Addr) { return WriteIp6Address(aIp6Addr.bytes… in WriteIp6Address() argument
354 …otError WriteIp6Address(const otIp6Address &aIp6Addr) { return WriteIp6Address(aIp6Addr.mFields.m8… in WriteIp6Address() argument
Dspinel_decoder.cpp232 otError Decoder::ReadIp6Address(spinel_ipv6addr_t &aIp6Addr) in ReadIp6Address() argument
239 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()
245 otError Decoder::ReadIp6Address(otIp6Address &aIp6Addr) in ReadIp6Address() argument
252 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()
Dspinel_decoder.hpp293 otError ReadIp6Address(spinel_ipv6addr_t &aIp6Addr);
306 otError ReadIp6Address(otIp6Address &aIp6Addr);
/openthread-latest/src/core/net/
Dnat64_translator.hpp357 AddressMapping *AllocateMapping(const Ip6::Address &aIp6Addr);
358 AddressMapping *FindOrAllocateMapping(const Ip6::Address &aIp6Addr);
Dnat64_translator.cpp349 Translator::AddressMapping *Translator::AllocateMapping(const Ip6::Address &aIp6Addr) in AllocateMapping() argument
368 mapping->mIp6 = aIp6Addr; in AllocateMapping()
378 Translator::AddressMapping *Translator::FindOrAllocateMapping(const Ip6::Address &aIp6Addr) in FindOrAllocateMapping() argument
380 AddressMapping *mapping = mActiveAddressMappings.FindMatching(aIp6Addr); in FindOrAllocateMapping()
385 mapping = AllocateMapping(aIp6Addr); in FindOrAllocateMapping()
/openthread-latest/src/core/thread/
Dmesh_forwarder.cpp701 void MeshForwarder::GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacSourceAddress() argument
703 aIp6Addr.GetIid().ConvertToMacAddress(aMacAddr); in GetMacSourceAddress()
711 void MeshForwarder::GetMacDestinationAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacDestinationAddress() argument
713 if (aIp6Addr.IsMulticast()) in GetMacDestinationAddress()
717 else if (Get<Mle::MleRouter>().IsRoutingLocator(aIp6Addr)) in GetMacDestinationAddress()
719 aMacAddr.SetShort(aIp6Addr.GetIid().GetLocator()); in GetMacDestinationAddress()
723 aIp6Addr.GetIid().ConvertToMacAddress(aMacAddr); in GetMacDestinationAddress()
Dmesh_forwarder.hpp494 void GetMacDestinationAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr);
495 void GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr);