Searched refs:RemoveIp6Address (Results 1 – 6 of 6) sorted by relevance
191 SuccessOrQuit(child.RemoveIp6Address(addresses[index])); in TestChildIp6Address()194 VerifyOrQuit(child.RemoveIp6Address(addresses[index]) == kErrorNotFound, in TestChildIp6Address()211 SuccessOrQuit(child.RemoveIp6Address(addresses[index])); in TestChildIp6Address()214 VerifyOrQuit(child.RemoveIp6Address(addresses[index]) == kErrorNotFound, in TestChildIp6Address()232 SuccessOrQuit(child.RemoveIp6Address(addresses[indexToRemove])); in TestChildIp6Address()234 VerifyOrQuit(child.RemoveIp6Address(addresses[indexToRemove]) == kErrorNotFound, in TestChildIp6Address()
222 Error RemoveIp6Address(const Ip6::Address &aAddress);
207 Error Child::RemoveIp6Address(const Ip6::Address &aAddress) in RemoveIp6Address() function in ot::Child
692 IgnoreError(child->RemoveIp6Address(target)); in ProcessDuaResponse()
821 if (child.RemoveIp6Address(target) == kErrorNone) in HandleTmf()
1999 IgnoreError(child.RemoveIp6Address(address)); in ProcessAddressRegistrationTlv()