Searched refs:aIif (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | multicast_routing.cpp | 292 MifIndex aIif) in AddMulticastForwardingCache() argument 298 … VerifyOrExit(aIif == kMifIndexThread || aIif == kMifIndexBackbone, error = OT_ERROR_INVALID_ARGS); in AddMulticastForwardingCache() 302 if (aIif == kMifIndexBackbone) in AddMulticastForwardingCache() 328 mf6cctl.mf6cc_parent = aIif; in AddMulticastForwardingCache() 342 SaveMulticastForwardingCache(aSrcAddr, aGroupAddr, aIif, forwardMif); in AddMulticastForwardingCache() 344 LogResult(error, "%s: add dynamic route: %s %s => %s %s", __FUNCTION__, MifIndexToString(aIif), in AddMulticastForwardingCache() 520 void MulticastRoutingManager::MulticastForwardingCache::Set(MulticastRoutingManager::MifIndex aIif, in Set() argument 523 mIif = aIif; in Set() 531 MifIndex aIif, in Set() argument 536 Set(aIif, aOif); in Set() [all …]
|
D | multicast_routing.hpp | 98 void Set(MifIndex aIif, MifIndex aOif); 99 …void Set(const Ip6::Address &aSrcAddr, const Ip6::Address &aGroupAddr, MifIndex aIif, MifIndex aOi… 120 …ticastForwardingCache(const Ip6::Address &aSrcAddr, const Ip6::Address &aGroupAddr, MifIndex aIif); 123 MifIndex aIif,
|