Searched refs:HasIp6Address (Results 1 – 8 of 8) sorted by relevance
232 bool HasIp6Address(const Ip6::Address &aAddress) const;
250 bool Child::HasIp6Address(const Ip6::Address &aAddress) const in HasIp6Address() function in ot::Child
157 if (child.HasIp6Address(aIp6Address)) in FindNeighbor()
339 …if (child->IsStateValidOrRestoring() && !child->IsRxOnWhenIdle() && child->HasIp6Address(aIp6Addre… in HasSleepyChildWithAddress()
665 if (iter.HasIp6Address(target)) in ProcessDuaResponse()
85 … if (!child.IsRxOnWhenIdle() && (destinedForAll || child.HasIp6Address(destination))) in SendMessage()
869 if (child.HasIp6Address(target)) in HandleTmf()
55 VerifyOrQuit(aChild.HasIp6Address(aAddressList[index])); in VerifyChildIp6Addresses()