Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dneighbor.cpp162 matches = IsStateInvalid(); in MatchesFilter()
166 matches = !IsStateInvalid(); in MatchesFilter()
Dneighbor.hpp221 bool IsStateInvalid(void) const { return (mState == kStateInvalid); } in IsStateInvalid() function in ot::Neighbor
Dchild_table.cpp304 if (child->IsStateInvalid()) in RefreshStoredChildren()
Dmle_router.cpp3248 VerifyOrExit(!aNeighbor.IsStateInvalid()); in RemoveNeighbor()
Dmle.cpp2608 if ((neighbor == nullptr) || neighbor->IsStateInvalid()) in HandleUdpReceive()
/openthread-latest/src/core/radio/
Dtrel_link.cpp298 VerifyOrExit(!aNeighbor.IsStateInvalid()); in HandleTimer()
307 VerifyOrExit(!aNeighbor.IsStateInvalid()); in HandleTimer()
448 VerifyOrExit(!neighbor->IsStateInvalid()); in HandleAck()
/openthread-latest/tests/unit/
Dtest_child_table.cpp101 rval = child.IsStateInvalid(); in StateMatchesFilter()
/openthread-latest/src/core/mac/
Ddata_poll_sender.cpp206 if (GetParent().IsStateInvalid()) in HandlePollSent()