Home
last modified time | relevance | path

Searched refs:RemoveIp6Address (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tests/unit/
Dtest_child.cpp191 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()
/openthread-latest/src/core/thread/
Dchild.hpp222 Error RemoveIp6Address(const Ip6::Address &aAddress);
Dchild.cpp207 Error Child::RemoveIp6Address(const Ip6::Address &aAddress) in RemoveIp6Address() function in ot::Child
Ddua_manager.cpp692 IgnoreError(child->RemoveIp6Address(target)); in ProcessDuaResponse()
Daddress_resolver.cpp821 if (child.RemoveIp6Address(target) == kErrorNone) in HandleTmf()
Dmle_router.cpp1999 IgnoreError(child.RemoveIp6Address(address)); in ProcessAddressRegistrationTlv()