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

/vbox/src/VBox/Main/xml/
H A DSettings.cpp1264 xml::ElementNode *pelmPF; local
1265 pelmPF = elmParent.createChild("Forwarding");
1267 pelmPF->setAttribute("name", (*r).strName);
1268 pelmPF->setAttribute("proto", (*r).proto);
1270 pelmPF->setAttribute("hostip", (*r).strHostIP);
1272 pelmPF->setAttribute("hostport", (*r).u16HostPort);
1274 pelmPF->setAttribute("guestip", (*r).strGuestIP);
1276 pelmPF->setAttribute("guestport", (*r).u16GuestPort);

Completed in 48 milliseconds