Home
last modified time | relevance | path

Searched refs:UnsubscribeAllRoutersMulticast (Results 1 – 5 of 5) sorted by relevance

/openthread-2.7.6/tests/unit/
Dtest_netif.cpp131 netif.UnsubscribeAllRoutersMulticast(); in TestNetifMulticastAddresses()
134 netif.UnsubscribeAllRoutersMulticast(); in TestNetifMulticastAddresses()
178 netif.UnsubscribeAllRoutersMulticast(); in TestNetifMulticastAddresses()
181 netif.UnsubscribeAllRoutersMulticast(); in TestNetifMulticastAddresses()
/openthread-2.7.6/src/core/thread/
Dthread_netif.cpp214 UnsubscribeAllRoutersMulticast(); in Down()
Dmle_router.cpp253 Get<ThreadNetif>().UnsubscribeAllRoutersMulticast(); in StopLeader()
/openthread-2.7.6/src/core/net/
Dnetif.hpp469 void UnsubscribeAllRoutersMulticast(void);
Dnetif.cpp273 void Netif::UnsubscribeAllRoutersMulticast(void) in UnsubscribeAllRoutersMulticast() function in ot::Ip6::Netif