Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dthread_netif.cpp42 , mIsUp(false) in ThreadNetif()
48 VerifyOrExit(!mIsUp); in Up()
57 mIsUp = true; in Up()
79 VerifyOrExit(mIsUp); in Down()
97 mIsUp = false; in Down()
Dthread_netif.hpp79 bool IsUp(void) const { return mIsUp; } in IsUp()
82 bool mIsUp; member in ot::ThreadNetif