Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/usb/
Dusbip_protocol.txt9 client opens a TCP/IP connection towards the server, and sends an OP_REQ_DEVLIST
10 packet on top of the TCP/IP connection (so the actual OP_REQ_DEVLIST may be sent
19 | OP_REQ_DEVLIST |
91 OP_REQ_DEVLIST: Retrieve the list of exported USB devices.
/Linux-v4.19/tools/usb/usbip/src/
Dusbip_network.h146 #define OP_REQ_DEVLIST (OP_REQUEST | OP_DEVLIST) macro
Dusbip_list.c67 rc = usbip_net_send_op_common(sockfd, OP_REQ_DEVLIST, 0); in get_exported_devices()
Dusbipd.c283 case OP_REQ_DEVLIST: in recv_pdu()