Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor.cpp116 bool Neighbor::IsStateValidOrAttaching(void) const in IsStateValidOrAttaching() function in ot::Neighbor
158 matches = IsStateValidOrAttaching(); in MatchesFilter()
Dneighbor.hpp282 bool IsStateValidOrAttaching(void) const;
/openthread-latest/tests/unit/
Dtest_child_table.cpp97 rval = child.IsStateValidOrAttaching(); in StateMatchesFilter()