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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4885 const char *pszTrunk = szTrunk;
4906 const char *pszTrunk = szTrunk;
5013 const char *pszTrunk = szTrunkName;
5055 const char *pszTrunk = pszBridgedIfName;
5081 InsertConfigString(pCfg, "Trunk", pszTrunk);
5089 * 'pszTrunk' contains just the interface name required in ring-0, while 'pszBridgedIfName' contains
5093 RTStrPrintf(szNetwork, sizeof(szNetwork), "HostInterfaceNetworking-%s", pszTrunk);
5099 trunkName = Bstr(pszTrunk);
5433 const char *pszTrunk = szTrunkName; local
5435 InsertConfigString(pCfg, "Trunk", pszTrunk);
[all...]

Completed in 60 milliseconds