Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dtcp6.hpp374 bool IsTimerActive(uint8_t aTimerIndex);
Dtcp6.cpp329 bool Tcp::Endpoint::IsTimerActive(uint8_t aTimerIndex) in IsTimerActive() argument
334 OT_ASSERT(aTimerIndex < kNumTimers); in IsTimerActive()
335 switch (aTimerIndex) in IsTimerActive()