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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp2452 const xml::ElementNode *pelmTFTP; local
2453 if ((pelmTFTP = elmMode.findChildElement("TFTP")))
2455 pelmTFTP->getAttributeValue("prefix", nic.nat.strTFTPPrefix);
2456 pelmTFTP->getAttributeValue("boot-file", nic.nat.strTFTPBootFile);
2457 pelmTFTP->getAttributeValue("next-server", nic.nat.strTFTPNextServer);
4903 xml::ElementNode *pelmTFTP; local
4904 pelmTFTP = pelmNAT->createChild("TFTP");
4906 pelmTFTP->setAttribute("prefix", nic.nat.strTFTPPrefix);
4908 pelmTFTP->setAttribute("boot-file", nic.nat.strTFTPBootFile);
4910 pelmTFTP
[all...]

Completed in 3071 milliseconds