Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Dneighbor.cpp121 bool Neighbor::IsStateValidOrAttaching(void) const in IsStateValidOrAttaching() function in ot::Neighbor
163 matches = IsStateValidOrAttaching(); in MatchesFilter()
Dneighbor.hpp305 bool IsStateValidOrAttaching(void) const;
/openthread-3.6.0/tests/unit/
Dtest_child_table.cpp97 rval = child.IsStateValidOrAttaching(); in StateMatchesFilter()