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

/vbox/src/VBox/HostDrivers/darwin/
H A DVBoxNetSend.h50 * @param pIfNet The interface that will hold the reference to the calling
53 DECLINLINE(int) VBoxNetSendDummy(ifnet_t pIfNet) argument
76 mbuf_pkthdr_setrcvif(pPkt, pIfNet); /* will crash without this. */
78 errno_t err = ifnet_input(pIfNet, pPkt, NULL);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/
H A DVBoxNetFltInternal.h145 ifnet_t volatile pIfNet; member in struct:VBOXNETFLTINS::__anon16404::__anon16405
147 * Same access rules as with pIfNet. */
/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp147 #define VBOX_GET_PCOUNT(pIfNet) ( *(int *)((uintptr_t)pIfNet + g_offIfNetPCount) )
156 * Change the promiscuous setting and try spot the changed in @a pIfNet.
159 * @param pIfNet The interface we're attaching to.
164 static unsigned vboxNetFltDarwinSetAndDiff(ifnet_t pIfNet, int iPromisc) argument
167 memcpy(aiSavedState, pIfNet, sizeof(aiSavedState));
169 ifnet_set_promiscuous(pIfNet, iPromisc);
179 if (((int*)pIfNet)[i] - aiSavedState[i] == iDiff)
189 * @param pIfNet The interface we're attaching to.
191 static void vboxNetFltDarwinDetectPCountOffset(ifnet_t pIfNet) argument
309 ifnet_t pIfNet = NULL; local
334 vboxNetFltDarwinReleaseIfNet(PVBOXNETFLTINS pThis, ifnet_t pIfNet) argument
[all...]
/vbox/src/VBox/Storage/
H A DISCSI.cpp518 PVDINTERFACETCPNET pIfNet; member in struct:ISCSIIMAGE
705 && pImage->pIfNet->pfnIsClientConnected(pImage->Socket);
846 rc = pImage->pIfNet->pfnClientConnect(pImage->Socket, pImage->pszHostname, pImage->uPort, pImage->uReadTimeout);
862 pImage->pIfNet->pfnSetSendCoalescing(pImage->Socket, false);
866 rc = pImage->pIfNet->pfnGetLocalAddress(pImage->Socket, &LocalAddr);
898 rc = pImage->pIfNet->pfnClientClose(pImage->Socket);
938 rc = pImage->pIfNet->pfnSelectOne(pImage->Socket, cMilliesRemaining);
941 rc = pImage->pIfNet->pfnRead(pImage->Socket, pDst, residual, &cbActuallyRead);
1076 rc = pImage->pIfNet->pfnSgWrite(pImage->Socket, &buf);
2347 rc = pImage->pIfNet
[all...]

Completed in 65 milliseconds