Home
last modified time | relevance | path

Searched defs:aIp6Addr (Results 1 – 3 of 3) sorted by relevance

/external/openthread/src/lib/spinel/
Dspinel_encoder.hpp355 …otError WriteIp6Address(const spinel_ipv6addr_t &aIp6Addr) { return WriteIp6Address(aIp6Addr.bytes… in WriteIp6Address()
373 …otError WriteIp6Address(const otIp6Address &aIp6Addr) { return WriteIp6Address(aIp6Addr.mFields.m8… in WriteIp6Address()
Dspinel_decoder.cpp232 otError Decoder::ReadIp6Address(spinel_ipv6addr_t &aIp6Addr) in ReadIp6Address()
245 otError Decoder::ReadIp6Address(otIp6Address &aIp6Addr) in ReadIp6Address()
/external/openthread/src/core/thread/
Dmesh_forwarder.cpp719 void MeshForwarder::GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacSourceAddress()
729 void MeshForwarder::GetMacDestinationAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacDestinationAddress()