Searched refs:fRediscovery (Results 1 - 2 of 2) 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...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp1005 * @param fRediscovery If set we're doing a rediscovery attempt, so, don't
1008 static int vboxNetFltDarwinAttachToInterface(PVBOXNETFLTINS pThis, bool fRediscovery)
1024 if (!fRediscovery)
1101 vboxNetFltDarwinAttachToInterface(pThis, true /* fRediscovery */);
1302 return vboxNetFltDarwinAttachToInterface(pThis, false /* fRediscovery */);

Completed in 70 milliseconds