Home
last modified time | relevance | path

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

/openthread-latest/src/posix/platform/
Dmulticast_routing.cpp239 mif6ctl.mif6c_mifi = kMifIndexThread; in InitMulticastRouterSock()
298 … VerifyOrExit(aIif == kMifIndexThread || aIif == kMifIndexBackbone, error = OT_ERROR_INVALID_ARGS); in AddMulticastForwardingCache()
308 forwardMif = kMifIndexThread; in AddMulticastForwardingCache()
358 IF_SET(kMifIndexThread, &mf6cctl.mf6cc_ifset); in UnblockInboundMulticastForwardingCache()
364 if (!mfc.IsValid() || mfc.mIif != kMifIndexBackbone || mfc.mOif == kMifIndexThread || in UnblockInboundMulticastForwardingCache()
378 mfc.Set(kMifIndexBackbone, kMifIndexThread); in UnblockInboundMulticastForwardingCache()
382 MifIndexToString(kMifIndexThread)); in UnblockInboundMulticastForwardingCache()
472 case kMifIndexThread: in MifIndexToString()
Dmulticast_routing.hpp83 kMifIndexThread = 0, enumerator