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

/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp76 bool fRediscovery; member in struct:_ATTACH_INFO
114 static int vboxNetFltWinAttachToInterface(PVBOXNETFLTINS pThis, void * pContext, bool fRediscovery);
2792 if (pAttachInfo->fRediscovery)
2814 if (!pAttachInfo->fRediscovery)
2845 if (!pAttachInfo->fRediscovery)
2888 * @param fRediscovery True if vboxNetFltOsMaybeRediscovered is calling,
2891 static int vboxNetFltWinAttachToInterface(PVBOXNETFLTINS pThis, void * pContext, bool fRediscovery) argument
2895 Info.fRediscovery = fRediscovery;
3355 rc = vboxNetFltWinAttachToInterface(pThis, pvContext, false /*fRediscovery*/ );
[all...]

Completed in 47 milliseconds