Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Ddua_manager.cpp56 , mIsDuaPending(false) in DuaManager()
86 if (mIsDuaPending) in HandleDomainPrefixUpdate()
240 if (mDuaState == kRegistering && mIsDuaPending) in RemoveDomainUnicastAddress()
431 VerifyOrExit(!mIsDuaPending, error = kErrorBusy); in PerformNextRegistration()
522 mIsDuaPending = true; in PerformNextRegistration()
551 mIsDuaPending = false; in HandleDuaResponse()
Ddua_manager.hpp222 bool mIsDuaPending : 1; member in ot::DuaManager