Searched refs:nextHost (Results 1 – 1 of 1) sorted by relevance
1596 Host *nextHost; in HandleLeaseTimer() local1598 for (Host *host = mHosts.GetHead(); host != nullptr; host = nextHost) in HandleLeaseTimer()1600 nextHost = host->GetNext(); in HandleLeaseTimer()