Searched defs:tmpAddr (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostNetworkInterfaceImpl.cpp588 Bstr tmpAddr, tmpMask; local
591 tmpAddr.asOutParam());
592 if (FAILED(hrc) || tmpAddr.isEmpty())
593 tmpAddr = getDefaultIPv4Address(mInterfaceName);
601 m.IPAddress = inet_addr(Utf8Str(tmpAddr).c_str());
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp5461 Bstr tmpAddr, tmpMask; local
5465 tmpAddr.asOutParam());
5466 if (SUCCEEDED(hrc) && !tmpAddr.isEmpty())
5472 hrc = hostInterface->EnableStaticIPConfig(tmpAddr.raw(),
5475 hrc = hostInterface->EnableStaticIPConfig(tmpAddr.raw(),
5489 tmpAddr.asOutParam());
5493 if (SUCCEEDED(hrc) && !tmpAddr.isEmpty() && !tmpMask.isEmpty())
5495 hrc = hostInterface->EnableStaticIPConfigV6(tmpAddr.raw(),

Completed in 73 milliseconds