Home
last modified time | relevance | path

Searched refs:GetMacSourceAddress (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/thread/
Dindirect_sender.cpp370 Get<MeshForwarder>().GetMacSourceAddress(ip6Header.GetSource(), macAddrs.mSource); in PrepareDataFrame()
Dmesh_forwarder.hpp495 void GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr);
Dmesh_forwarder.cpp631 GetMacSourceAddress(ip6Header.GetSource(), mMacAddrs.mSource); in UpdateIp6Route()
701 void MeshForwarder::GetMacSourceAddress(const Ip6::Address &aIp6Addr, Mac::Address &aMacAddr) in GetMacSourceAddress() function in ot::MeshForwarder