Lines Matching refs:pVdeConn
76 VDECONN *pVdeConn;
226 cbSent = vde_send(pThis->pVdeConn, pSgBuf->aSegs[0].pvSeg, pSgBuf->cbUsed, 0);
242 cbSent = vde_send(pThis->pVdeConn, pvSegFrame, cbSegFrame, 0);
320 aFDs[0].fd = vde_datafd(pThis->pVdeConn);
344 cbRead = vde_recv(pThis->pVdeConn, achBuf, sizeof(achBuf), 0);
503 if (pThis->pVdeConn)
505 vde_close(pThis->pVdeConn);
506 pThis->pVdeConn = NULL;
597 pThis->pVdeConn = vde_open(szNetwork, "VirtualBOX", NULL);
598 if (pThis->pVdeConn == NULL)