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

/vbox/src/VBox/Devices/USB/usbip/
H A DUSBProxyDevice-usbip.cpp54 #define USBIP_REQ_RET_IMPORT UINT16_C(3) macro
590 ReqImport.u16Cmd = RT_H2N_U16(USBIP_INDICATOR_REQ | USBIP_REQ_RET_IMPORT);
607 && RetImport.u16Cmd == USBIP_REQ_RET_IMPORT
628 else if (RetImport.u16Cmd != USBIP_REQ_RET_IMPORT)
630 RetImport.u16Cmd, USBIP_REQ_RET_IMPORT));

Completed in 808 milliseconds