Searched refs:OP_REP_DEVLIST (Results 1 – 4 of 4) sorted by relevance
12 the OP_REP_DEVLIST packet which lists the exported USB devices. Finally the22 | OP_REP_DEVLIST |102 OP_REP_DEVLIST: Reply with the list of exported USB devices.182 | | | from the message field OP_REP_DEVLIST.busid.
196 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()198 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()205 dbg("usbip_net_send failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
147 #define OP_REP_DEVLIST (OP_REPLY | OP_DEVLIST) macro
60 uint16_t code = OP_REP_DEVLIST; in get_exported_devices()