Home
last modified time | relevance | path

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

/openthread-3.4.0/src/core/net/
Dtcp6.hpp391 bool IsTimerActive(uint8_t aTimerIndex);
Dtcp6.cpp313 bool Tcp::Endpoint::IsTimerActive(uint8_t aTimerIndex) in IsTimerActive() argument
318 OT_ASSERT(aTimerIndex < kNumTimers); in IsTimerActive()
319 switch (aTimerIndex) in IsTimerActive()