Home
last modified time | relevance | path

Searched refs:HasSleepyChildWithAddress (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dchild_table.hpp305 bool HasSleepyChildWithAddress(const Ip6::Address &aIp6Address) const;
Dchild_table.cpp317 bool ChildTable::HasSleepyChildWithAddress(const Ip6::Address &aIp6Address) const in HasSleepyChildWithAddress() function in ot::ChildTable
/openthread-3.4.0/src/core/net/
Dip6.cpp285 Get<ChildTable>().HasSleepyChildWithAddress(aHeader.GetDestination())) in InsertMplOption()
473 if (Get<ChildTable>().HasSleepyChildWithAddress(header.GetDestination())) in SendDatagram()
1153 Get<ChildTable>().HasSleepyChildWithAddress(header.GetDestination())) in HandleDatagram()