Searched refs:kNsrIpAddress (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DNetworkServiceRunner.h49 static const std::string kNsrIpAddress; member in class:NetworkServiceRunner
/vbox/src/VBox/Main/src-server/
H A DNetworkServiceRunner.cpp33 const std::string NetworkServiceRunner::kNsrIpAddress = "--ip-address"; member in class:NetworkServiceRunner
H A DDHCPServerImpl.cpp570 m->dhcp.setOption(NetworkServiceRunner::kNsrIpAddress, Utf8Str(m->IPAddress).c_str());
H A DNATNetworkImpl.cpp725 m->NATRunner.setOption(NetworkServiceRunner::kNsrIpAddress, Utf8Str(m->IPv4Gateway).c_str());

Completed in 326 milliseconds