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

/vbox/src/VBox/NetworkServices/DHCP/
H A DVBoxNetDHCP.cpp514 com::Bstr strGateway; local
515 HRESULT hrc = m_NATNetwork->COMGETTER(Gateway)(strGateway.asOutParam());
517 RTNetStrToIPv4Addr(com::Utf8Str(strGateway).c_str(), &gateway);

Completed in 43 milliseconds