Home
last modified time | relevance | path

Searched refs:mShouldDrop (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dmesh_forwarder.hpp443 bool ShouldDrop(void) const { return mShouldDrop; } in ShouldDrop()
444 void MarkToDrop(void) { mShouldDrop = true; } in MarkToDrop()
461 bool mShouldDrop : 1; member in ot::MeshForwarder::FwdFrameInfo
Dmesh_forwarder_ftd.cpp749 mShouldDrop = false; in Init()