Searched refs:ST_OK (Results 1 – 4 of 4) sorted by relevance
47 #define ST_OK 0x00 macro
75 { ST_OK, "Request Completed Successfully" },
98 int status = ST_OK; in recv_request_import()184 rc = usbip_net_send_op_common(connfd, OP_REP_DEVLIST, ST_OK); in send_reply_devlist()
198 if (op_common.status != ST_OK) { in usbip_net_recv_op_common()