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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDHCPServer.cpp394 DhcpOptIterator itOpt; local
398 for(itOpt = GlobalDhcpOptions.begin();
399 itOpt != GlobalDhcpOptions.end();
400 ++itOpt)
404 itOpt->first,
405 com::Bstr(itOpt->second.c_str()).raw()));
414 for(itOpt = it->second.begin();
415 itOpt != it->second.end();
416 ++itOpt)
421 itOpt
[all...]
/vbox/src/VBox/Main/xml/
H A DSettings.cpp1650 DhcpOptConstIterator itOpt; local
1651 itOpt = d.GlobalDhcpOptions.find(DhcpOpt_SubnetMask);
1655 if (itOpt != d.GlobalDhcpOptions.end())
1656 pelmThis->setAttribute("networkMask", itOpt->second.text);
1663 if ( ( itOpt == d.GlobalDhcpOptions.end()
1668 for (itOpt = d.GlobalDhcpOptions.begin();
1669 itOpt != d.GlobalDhcpOptions.end();
1670 ++itOpt)
1672 if (itOpt->first == DhcpOpt_SubnetMask)
1680 pelmOpt->setAttribute("name", itOpt
[all...]

Completed in 398 milliseconds