Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dip6.h373 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress);
/openthread-3.6.0/src/core/api/
Dip6_api.cpp103 otError otIp6UnsubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6UnsubscribeMulticastAddress() function
/openthread-3.6.0/src/posix/platform/
Dnetif.cpp1301 error = otIp6UnsubscribeMulticastAddress(aInstance, &addr); in processNetifAddrEvent()
1578 error = otIp6UnsubscribeMulticastAddress(aInstance, &addr); in processNetifAddrEvent()
1863 err = otIp6UnsubscribeMulticastAddress(aInstance, &address);
/openthread-3.6.0/src/cli/
Dcli.cpp3309 error = otIp6UnsubscribeMulticastAddress(GetInstancePtr(), &address); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2044 error = otIp6UnsubscribeMulticastAddress(mInstance, addrPtr); in HandlePropertyRemove()