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

/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp370 struct INTNET *pIntNet; member in struct:INTNETNETWORK
468 * @param pIntNet The pointer to the internal network instance (global).
471 DECLINLINE(bool) intnetR0NetworkIsValid(PINTNET pIntNet, PINTNETNETWORK pNetwork) argument
473 for (PINTNETNETWORK pCurr = pIntNet->pNetworks; pCurr; pCurr = pCurr->pNext)
3848 PINTNET pIntNet = g_pIntNet;
3849 AssertPtrReturn(pIntNet, VERR_INVALID_PARAMETER);
3850 AssertReturn(pIntNet->u32Magic, VERR_INVALID_MAGIC);
3852 PINTNETIF pIf = (PINTNETIF)RTHandleTableLookupWithCtx(pIntNet->hHtIfs, hIf, pSession);
3983 PINTNET pIntNet = g_pIntNet;
3984 AssertPtrReturn(pIntNet, VERR_INVALID_PARAMETE
[all...]

Completed in 39 milliseconds