Home
last modified time | relevance | path

Searched refs:OP_REP_DEVLIST (Results 1 – 3 of 3) sorted by relevance

/tools/usb/usbip/src/
Dusbipd.c176 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
178 dbg("usbip_net_send_op_common failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
185 dbg("usbip_net_send failed: %#0x", OP_REP_DEVLIST); in send_reply_devlist()
Dusbip_network.h148 #define OP_REP_DEVLIST (OP_REPLY | OP_DEVLIST) macro
Dusbip_list.c53 uint16_t code = OP_REP_DEVLIST; in get_exported_devices()