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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2423 void MachineConfigFile::readAttachedNetworkMode(const xml::ElementNode &elmMode, bool fEnabled, NetworkAdapter &nic) argument
2427 if (elmMode.nameEquals("NAT"))
2431 elmMode.getAttributeValue("network", nic.nat.strNetwork);
2432 elmMode.getAttributeValue("hostip", nic.nat.strBindIP);
2433 elmMode.getAttributeValue("mtu", nic.nat.u32Mtu);
2434 elmMode.getAttributeValue("sockrcv", nic.nat.u32SockRcv);
2435 elmMode.getAttributeValue("socksnd", nic.nat.u32SockSnd);
2436 elmMode.getAttributeValue("tcprcv", nic.nat.u32TcpRcv);
2437 elmMode.getAttributeValue("tcpsnd", nic.nat.u32TcpSnd);
2439 if ((pelmDNS = elmMode
[all...]

Completed in 227 milliseconds