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

/vbox/src/VBox/Devices/USB/usbip/
H A DUSBProxyDevice-usbip.cpp588 UsbIpReqImport ReqImport; local
589 ReqImport.u16Version = RT_H2N_U16(USBIP_VERSION);
590 ReqImport.u16Cmd = RT_H2N_U16(USBIP_INDICATOR_REQ | USBIP_REQ_RET_IMPORT);
591 ReqImport.u32Status = RT_H2N_U32(0);
592 rc = RTStrCopy(&ReqImport.aszBusId[0], sizeof(ReqImport.aszBusId[0]), pProxyDevUsbIp->pszBusId);
595 rc = RTTcpWrite(pProxyDevUsbIp->hSocket, &ReqImport, sizeof(ReqImport));
642 strlen(pProxyDevUsbIp->pszBusId) + 1, sizeof(ReqImport.aszBusId[0])));

Completed in 701 milliseconds