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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp131 bool fWireActive; member in struct:INTNETMACTAB
1562 if (pTab->fWireActive && (!cExactHits || pTab->fWirePromiscuousEff))
1729 && pTab->fWireActive
1794 if (pTab->fWireActive)
1855 if (pTab->fWireActive)
1897 if (pTab->fWireActive)
3437 && (!pNetwork->MacTab.fWireActive || (pTrunk->fNoPreemptDsts & INTNETTRUNKDIR_WIRE) ) );
4318 pNetwork->MacTab.fWireActive = RT_BOOL(pNetwork->fFlags & INTNET_OPEN_FLAGS_TRUNK_WIRE_ENABLED);
4329 pNetwork->MacTab.fWireActive = false;
5565 pNetwork->MacTab.fWireActive
[all...]

Completed in 56 milliseconds