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

/vbox/src/VBox/Devices/Network/
H A DDrvIntNet.cpp1051 uint32_t u32TrunkType; local
1052 int rc = CFGMR3QueryU32(pDrvIns->pCfg, "TrunkType", &u32TrunkType);
1060 && u32TrunkType == kIntNetTrunkType_NetFlt)
1440 uint32_t u32TrunkType; local
1441 rc = CFGMR3QueryU32(pCfg, "TrunkType", &u32TrunkType);
1443 u32TrunkType = kIntNetTrunkType_None;
1447 OpenReq.enmTrunkType = (INTNETTRUNKTYPE)u32TrunkType;

Completed in 45 milliseconds