Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dsrp_server.cpp1596 Host *nextHost; in HandleLeaseTimer() local
1598 for (Host *host = mHosts.GetHead(); host != nullptr; host = nextHost) in HandleLeaseTimer()
1600 nextHost = host->GetNext(); in HandleLeaseTimer()