Searched refs:aSrcAddr (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | multicast_routing.cpp | 290 otError MulticastRoutingManager::AddMulticastForwardingCache(const Ip6::Address &aSrcAddr, in AddMulticastForwardingCache() argument 313 VerifyOrExit(!aSrcAddr.IsLinkLocalUnicast(), error = OT_ERROR_NONE); in AddMulticastForwardingCache() 314 …VerifyOrExit(aSrcAddr.GetPrefix() != AsCoreType(otThreadGetMeshLocalPrefix(gInstance)), error = OT… in AddMulticastForwardingCache() 325 …memcpy(mf6cctl.mf6cc_origin.sin6_addr.s6_addr, aSrcAddr.GetBytes(), sizeof(mf6cctl.mf6cc_origin.si… in AddMulticastForwardingCache() 342 SaveMulticastForwardingCache(aSrcAddr, aGroupAddr, aIif, forwardMif); in AddMulticastForwardingCache() 345 … aSrcAddr.ToString().AsCString(), aGroupAddr.ToString().AsCString(), MifIndexToString(forwardMif)); in AddMulticastForwardingCache() 529 void MulticastRoutingManager::MulticastForwardingCache::Set(const Ip6::Address &aSrcAddr, in Set() argument 534 mSrcAddr = aSrcAddr; in Set() 545 …d MulticastRoutingManager::SaveMulticastForwardingCache(const Ip6::Address &aSrcAddr, in SaveMulticastForwardingCache() argument 557 if (mfc.mSrcAddr == aSrcAddr && mfc.mGroupAddr == aGroupAddr) in SaveMulticastForwardingCache() [all …]
|
D | multicast_routing.hpp | 99 …void Set(const Ip6::Address &aSrcAddr, const Ip6::Address &aGroupAddr, MifIndex aIif, MifIndex aOi… 120 …otError AddMulticastForwardingCache(const Ip6::Address &aSrcAddr, const Ip6::Address &aGroupAddr, … 121 void SaveMulticastForwardingCache(const Ip6::Address &aSrcAddr,
|
/openthread-latest/src/core/mac/ |
D | mac.hpp | 797 Error ProcessReceiveSecurity(RxFrame &aFrame, const Address &aSrcAddr, Neighbor *aNeighbor); 837 void ProcessCsl(const RxFrame &aFrame, const Address &aSrcAddr);
|
D | mac.cpp | 1519 Error Mac::ProcessReceiveSecurity(RxFrame &aFrame, const Address &aSrcAddr, Neighbor *aNeighbor) in ProcessReceiveSecurity() argument 1545 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1600 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 2357 void Mac::ProcessCsl(const RxFrame &aFrame, const Address &aSrcAddr) in ProcessCsl() argument 2367 child = Get<ChildTable>().FindChild(aSrcAddr, Child::kInStateAnyExceptInvalid); in ProcessCsl()
|