Searched refs:MifIndexToString (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | multicast_routing.cpp | 344 LogResult(error, "%s: add dynamic route: %s %s => %s %s", __FUNCTION__, MifIndexToString(aIif), in AddMulticastForwardingCache() 345 … aSrcAddr.ToString().AsCString(), aGroupAddr.ToString().AsCString(), MifIndexToString(forwardMif)); in AddMulticastForwardingCache() 380 LogResult(error, "%s: %s %s => %s %s", __FUNCTION__, MifIndexToString(mfc.mIif), in UnblockInboundMulticastForwardingCache() 382 MifIndexToString(kMifIndexThread)); in UnblockInboundMulticastForwardingCache() 463 const char *MulticastRoutingManager::MifIndexToString(MifIndex aMif) in MifIndexToString() function in ot::Posix::MulticastRoutingManager 492 … LogDebg("%s %s => %s %s", MifIndexToString(mfc.mIif), mfc.mSrcAddr.ToString().AsCString(), in DumpMulticastForwardingCache() 493 mfc.mGroupAddr.ToString().AsCString(), MifIndexToString(mfc.mOif)); in DumpMulticastForwardingCache() 607 LogResult(error, "%s: %s %s => %s %s", __FUNCTION__, MifIndexToString(aMfc.mIif), in RemoveMulticastForwardingCache() 609 MifIndexToString(aMfc.mOif)); in RemoveMulticastForwardingCache()
|
D | multicast_routing.hpp | 130 static const char *MifIndexToString(MifIndex aMif);
|