Home
last modified time | relevance | path

Searched refs:OP_REQ_IMPORT (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/Documentation/usb/
Dusbip_protocol.txt28 sends an OP_REQ_IMPORT packet. The server replies with OP_REP_IMPORT. If the
39 | OP_REQ_IMPORT |
170 OP_REQ_IMPORT: Request to import (attach) a remote USB device.
/Linux-v4.19/tools/usb/usbip/src/
Dusbip_network.h65 #define OP_REQ_IMPORT (OP_REQUEST | OP_IMPORT) macro
Dusbip_attach.c144 rc = usbip_net_send_op_common(sockfd, OP_REQ_IMPORT, 0); in query_import_device()
Dusbipd.c286 case OP_REQ_IMPORT: in recv_pdu()