Home
last modified time | relevance | path

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

/openbmc/linux/tools/usb/usbip/src/
H A Dusbip_network.h37 #define OP_UNSPEC 0x00 macro
38 #define OP_REQ_UNSPEC OP_UNSPEC
39 #define OP_REP_UNSPEC OP_UNSPEC
H A Dusbip_network.c184 case OP_UNSPEC: in usbip_net_recv_op_common()
H A Dusbipd.c253 uint16_t code = OP_UNSPEC; in recv_pdu()