Home
last modified time | relevance | path

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

/openthread-2.7.6/src/lib/spinel/
Dspinel_encoder.hpp355 …otError WriteIp6Address(const spinel_ipv6addr_t &aIp6Addr) { return WriteIp6Address(aIp6Addr.bytes… in WriteIp6Address() argument
373 …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
238 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()
244 otError Decoder::ReadIp6Address(otIp6Address &aIp6Addr) in ReadIp6Address() argument
250 aIp6Addr = *ipv6AddrPtr; in ReadIp6Address()
Dspinel_decoder.hpp316 otError ReadIp6Address(spinel_ipv6addr_t &aIp6Addr);
330 otError ReadIp6Address(otIp6Address &aIp6Addr);
/openthread-2.7.6/src/core/thread/
Dmesh_forwarder.cpp410 void MeshForwarder::GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacSourceAddress() argument
412 aIp6Addr.GetIid().ConvertToMacAddress(aMacAddr); in GetMacSourceAddress()
420 void MeshForwarder::GetMacDestinationAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacDestinationAddress() argument
422 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()
Dmesh_forwarder.hpp418 void GetMacDestinationAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr);
419 void GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr);