Searched refs:mSrcAddr (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | multicast_routing.cpp | 371 memcpy(mf6cctl.mf6cc_origin.sin6_addr.s6_addr, mfc.mSrcAddr.GetBytes(), in UnblockInboundMulticastForwardingCache() 381 mfc.mSrcAddr.ToString().AsCString(), mfc.mGroupAddr.ToString().AsCString(), in UnblockInboundMulticastForwardingCache() 435 …memcpy(sioc_sg_req6.src.sin6_addr.s6_addr, aMfc.mSrcAddr.GetBytes(), sizeof(sioc_sg_req6.src.sin6_… in UpdateMulticastRouteInfo() 443 …aMfc.mSrcAddr.ToString().AsCString(), aMfc.mGroupAddr.ToString().AsCString(), sioc_sg_req6.bytecnt, in UpdateMulticastRouteInfo() 456 …LogDebg("%s: SIOCGETSGCNT_IN6 %s => %s failed: %s", __FUNCTION__, aMfc.mSrcAddr.ToString().AsCStri… in UpdateMulticastRouteInfo() 492 … LogDebg("%s %s => %s %s", MifIndexToString(mfc.mIif), mfc.mSrcAddr.ToString().AsCString(), in DumpMulticastForwardingCache() 534 mSrcAddr = aSrcAddr; in Set() 557 if (mfc.mSrcAddr == aSrcAddr && mfc.mGroupAddr == aGroupAddr) in SaveMulticastForwardingCache() 596 memcpy(mf6cctl.mf6cc_origin.sin6_addr.s6_addr, aMfc.mSrcAddr.GetBytes(), in RemoveMulticastForwardingCache() 608 aMfc.mSrcAddr.ToString().AsCString(), aMfc.mGroupAddr.ToString().AsCString(), in RemoveMulticastForwardingCache()
|
D | multicast_routing.hpp | 103 Ip6::Address mSrcAddr; member in ot::Posix::MulticastRoutingManager::MulticastForwardingCache
|