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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp129 bool fWirePromiscuousReal; member in struct:INTNETMACTAB
5562 pNetwork->MacTab.fWirePromiscuousReal = RT_BOOL(pNetwork->fFlags & INTNET_OPEN_FLAGS_TRUNK_WIRE_PROMISC_MODE);
5563 pNetwork->MacTab.fWirePromiscuousEff = pNetwork->MacTab.fWirePromiscuousReal
5858 pNetwork->MacTab.fWirePromiscuousReal= RT_BOOL(fNetFlags & INTNET_OPEN_FLAGS_TRUNK_WIRE_PROMISC_MODE);
5859 pNetwork->MacTab.fWirePromiscuousEff = pNetwork->MacTab.fWirePromiscuousReal
6078 pNetwork->MacTab.fWirePromiscuousReal = false;

Completed in 104 milliseconds