Home
last modified time | relevance | path

Searched refs:kInStateAny (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/thread/
Dneighbor.cpp173 case kInStateAny: in MatchesFilter()
Dneighbor.hpp110 kInStateAny, ///< Accept neighbor in any state. enumerator
Drouter_table.cpp302 return FindRouter(Router::AddressMatcher(aExtAddress, Router::kInStateAny)); in FindRouter()
/openthread-latest/tests/unit/
Dtest_child_table.cpp108 case Child::kInStateAny: in StateMatchesFilter()
/openthread-latest/src/core/radio/
Dtrel_interface.cpp321 … if (Get<NeighborTable>().FindNeighbor(entry.GetExtAddress(), Neighbor::kInStateAny) != nullptr) in GetNewPeerEntry()