Searched refs:AddIp6Address (Results 1 – 6 of 6) sorted by relevance
241 SuccessOrQuit(child.AddIp6Address(addresses[index])); in TestChildIp6Address()255 SuccessOrQuit(child.AddIp6Address(addresses[index])); in TestChildIp6Address()266 VerifyOrQuit(child.AddIp6Address(addresses[index]) == kErrorAlready, in TestChildIp6Address()293 SuccessOrQuit(child.AddIp6Address(addresses[index])); in TestChildIp6Address()316 SuccessOrQuit(child.AddIp6Address(addresses[index])); in TestChildIp6Address()
322 Error Child::AddIp6Address(const Ip6::Address &aAddress) in AddIp6Address() function in ot::Child
1073 Error AddIp6Address(const Ip6::Address &aAddress);
2119 error = aChild.AddIp6Address(address); in UpdateChildAddresses()
483 Error AddIp6Address(const Ip6::Address &aIp6Address);
674 … VerifyOrExit(aHost.AddIp6Address(aaaaRecord.GetAddress()) != kErrorNoBufs, error = kErrorNoBufs); in ProcessHostDescriptionInstruction()1818 Error Server::Host::AddIp6Address(const Ip6::Address &aIp6Address) in AddIp6Address() function in ot::Srp::Server::Host