Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/usb/
H A Dusbip_protocol.rst13 client opens a TCP/IP connection to the server, and sends an OP_REQ_DEVLIST
14 packet on top of the TCP/IP connection (so the actual OP_REQ_DEVLIST may be sent
25 | OP_REQ_DEVLIST |
143 OP_REQ_DEVLIST:
/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_network.h140 #define OP_REQ_DEVLIST (OP_REQUEST | OP_DEVLIST) macro
H A Dusbip_list.c56 rc = usbip_net_send_op_common(sockfd, OP_REQ_DEVLIST, 0); in get_exported_devices()
H A Dusbipd.c271 case OP_REQ_DEVLIST: in recv_pdu()