Searched refs:RemoveIp6Address (Results 1 – 6 of 6) sorted by relevance
278 SuccessOrQuit(child.RemoveIp6Address(addresses[index])); in TestChildIp6Address()281 VerifyOrQuit(child.RemoveIp6Address(addresses[index]) == kErrorNotFound, in TestChildIp6Address()298 SuccessOrQuit(child.RemoveIp6Address(addresses[index])); in TestChildIp6Address()301 VerifyOrQuit(child.RemoveIp6Address(addresses[index]) == kErrorNotFound, in TestChildIp6Address()319 SuccessOrQuit(child.RemoveIp6Address(addresses[indexToRemove])); in TestChildIp6Address()321 VerifyOrQuit(child.RemoveIp6Address(addresses[indexToRemove]) == kErrorNotFound, in TestChildIp6Address()
374 Error Child::RemoveIp6Address(const Ip6::Address &aAddress) in RemoveIp6Address() function in ot::Child
1102 Error RemoveIp6Address(const Ip6::Address &aAddress);
697 IgnoreError(child->RemoveIp6Address(target)); in ProcessDuaResponse()
777 if (child.RemoveIp6Address(target) == kErrorNone) in HandleAddressError()
2304 IgnoreError(child.RemoveIp6Address(address)); in UpdateChildAddresses()