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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl2.cpp4664 Bstr networkName, trunkName, trunkType; local
5100 trunkType = Bstr(TRUNKTYPE_NETFLT);
5264 trunkType = Bstr(TRUNKTYPE_WHATEVER);
5397 trunkType = TRUNKTYPE_NETADP;
5416 trunkType = TRUNKTYPE_NETFLT;
5427 InsertConfigInteger(pCfg, "TrunkType", trunkType == TRUNKTYPE_NETFLT ? kIntNetTrunkType_NetFlt : kIntNetTrunkType_NetAdp);
5448 trunkType = TRUNKTYPE_NETADP;
5455 trunkType = TRUNKTYPE_NETFLT;
5538 trunkType = Bstr(TRUNKTYPE_WHATEVER);
5607 trunkType
[all...]

Completed in 469 milliseconds