Home
last modified time | relevance | path

Searched refs:mIif (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/posix/platform/
Dmulticast_routing.hpp90 : mIif(kMifIndexNone) in MulticastForwardingCache()
94 bool IsValid() const { return mIif != kMifIndexNone; } in IsValid()
97 void Erase(void) { mIif = kMifIndexNone; } in Erase()
104 MifIndex mIif; member in ot::Posix::MulticastRoutingManager::MulticastForwardingCache
Dmulticast_routing.cpp364 if (!mfc.IsValid() || mfc.mIif != kMifIndexBackbone || mfc.mOif == kMifIndexThread || in UnblockInboundMulticastForwardingCache()
380 …ult(error, "MulticastRoutingManager: %s: %s %s => %s %s", __FUNCTION__, MifIndexToString(mfc.mIif), in UnblockInboundMulticastForwardingCache()
390 if (mfc.IsValid() && mfc.mIif == kMifIndexBackbone && mfc.mGroupAddr == aGroupAddr) in RemoveInboundMulticastForwardingCache()
492 otLogDebgPlat("MulticastRoutingManager: %s %s => %s %s", MifIndexToString(mfc.mIif), in DumpMulticastForwardingCache()
524 mIif = aIif; in Set()
602 mf6cctl.mf6cc_parent = aMfc.mIif; in RemoveMulticastForwardingCache()
608 …lt(error, "MulticastRoutingManager: %s: %s %s => %s %s", __FUNCTION__, MifIndexToString(aMfc.mIif), in RemoveMulticastForwardingCache()