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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4744 PCFGMNODE pPF = NULL; /* /Devices/Dev/.../Config/PF#0/ */ local
4799 InsertConfigNode(pCfg, strName.c_str(), &pPF);
4800 InsertConfigString(pPF, "Protocol", strProto);
4803 InsertConfigString(pPF, "BindIP", strHostIP);
4806 InsertConfigString(pPF, "GuestIP", strGuestIP);
4810 InsertConfigInteger(pPF, "HostPort", port);
4814 InsertConfigInteger(pPF, "GuestPort", port);

Completed in 55 milliseconds