Searched refs:otIp6SubscribeMulticastAddress (Results 1 – 5 of 5) sorted by relevance
334 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress);
91 otError otIp6SubscribeMulticastAddress(otInstance *aInstance, const otIp6Address *aAddress) in otIp6SubscribeMulticastAddress() function
1361 error = otIp6SubscribeMulticastAddress(aInstance, &addr); in processNetifAddrEvent()1634 error = otIp6SubscribeMulticastAddress(aInstance, &addr); in processNetifAddrEvent()1950 err = otIp6SubscribeMulticastAddress(aInstance, &address);
3464 SuccessOrExit(error = otIp6SubscribeMulticastAddress(GetInstancePtr(), &address)); in Process()
2118 error = otIp6SubscribeMulticastAddress(mInstance, addrPtr); in HandlePropertyInsert()