Home
last modified time | relevance | path

Searched refs:op_common (Results 1 – 2 of 2) sorted by relevance

/linux/tools/usb/usbip/src/
H A Dusbip_network.c133 struct op_common *op_common) in usbip_net_pack_op_common() argument
135 op_common->version = usbip_net_pack_uint16_t(pack, op_common->version); in usbip_net_pack_op_common()
136 op_common->code = usbip_net_pack_uint16_t(pack, op_common->code); in usbip_net_pack_op_common()
137 op_common->status = usbip_net_pack_uint32_t(pack, op_common->status); in usbip_net_pack_op_common()
142 struct op_common op_common; in usbip_net_send_op_common() local
145 memset(&op_common, 0, sizeof(op_common)); in usbip_net_send_op_common()
153 rc = usbip_net_send(sockfd, &op_common, sizeof(op_common)); in usbip_net_send_op_common()
164 struct op_common op_common; in usbip_net_recv_op_common() local
167 memset(&op_common, 0, sizeof(op_common)); in usbip_net_recv_op_common()
169 rc = usbip_net_recv(sockfd, &op_common, sizeof(op_common)); in usbip_net_recv_op_common()
[all …]
H A Dusbip_network.h23 struct op_common { struct