Home
last modified time | relevance | path

Searched refs:HasIp6Address (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/thread/
Dchild.hpp232 bool HasIp6Address(const Ip6::Address &aAddress) const;
Dchild.cpp250 bool Child::HasIp6Address(const Ip6::Address &aAddress) const in HasIp6Address() function in ot::Child
Dneighbor_table.cpp157 if (child.HasIp6Address(aIp6Address)) in FindNeighbor()
Dchild_table.cpp339 …if (child->IsStateValidOrRestoring() && !child->IsRxOnWhenIdle() && child->HasIp6Address(aIp6Addre… in HasSleepyChildWithAddress()
Ddua_manager.cpp665 if (iter.HasIp6Address(target)) in ProcessDuaResponse()
Dmesh_forwarder_ftd.cpp85 … if (!child.IsRxOnWhenIdle() && (destinedForAll || child.HasIp6Address(destination))) in SendMessage()
Daddress_resolver.cpp869 if (child.HasIp6Address(target)) in HandleTmf()
/openthread-latest/tests/unit/
Dtest_child.cpp55 VerifyOrQuit(aChild.HasIp6Address(aAddressList[index])); in VerifyChildIp6Addresses()