Searched refs:testIpAddr (Results 1 – 2 of 2) sorted by relevance
2268 std::string testIpAddr = initialIpAddr; in GetLegalIpConfiguration() local2271 conflictedIpAddr.push_back(testIpAddr); in GetLegalIpConfiguration()2272 … testIpAddr = SelfCureStateMachine::GetNextIpAddr(gateway, initialIpAddr, conflictedIpAddr); in GetLegalIpConfiguration()2273 if (DoSlowArpTest(testIpAddr)) { in GetLegalIpConfiguration()2275 std::string newIpAddress = testIpAddr; in GetLegalIpConfiguration()2321 bool SelfCureStateMachine::DoSlowArpTest(const std::string& testIpAddr) in DoSlowArpTest() argument2326 std::string ipAddress = testIpAddr; in DoSlowArpTest()
375 bool DoSlowArpTest(const std::string& testIpAddr);