Searched defs:strAddress (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp170 com::Bstr strAddress; local
172 hrc = dhcp->COMGETTER(UpperIP)(strAddress.asOutParam());
174 hrc = dhcp->COMGETTER(LowerIP)(strAddress.asOutParam());
177 return RTNetStrToIPv4Addr(com::Utf8Str(strAddress).c_str(), &boundryAddress);
/vbox/src/VBox/Main/include/
H A Dovfreader.h331 RTCString strAddress; // "Device-specific. For an Ethernet adapter, this specifies the MAC address." member in class:ovf::VirtualHardwareItem
332 int32_t lAddress; // strAddress as an integer, if applicable.
/vbox/src/VBox/Main/xml/
H A DSettings.cpp4315 Utf8Str strAddress; local
4318 strAddress = it->second;
4319 if (strAddress.length())
4320 pelmVRDE->setAttribute("netAddress", strAddress);

Completed in 567 milliseconds