Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dthread_netif.cpp106 , mIsUp(false) in ThreadNetif()
165 VerifyOrExit(!mIsUp); in Up()
174 mIsUp = true; in Up()
196 VerifyOrExit(mIsUp); in Down()
217 mIsUp = false; in Down()
Dthread_netif.hpp160 bool IsUp(void) const { return mIsUp; } in IsUp()
251 bool mIsUp; member in ot::ThreadNetif