Linux Kernel
3.7.1
|
#include <usbip_common.h>
struct usbip_header - common header for all usbip packets : the basic header : packet type dependent header
Definition at line 212 of file usbip_common.h.
struct usbip_header_basic base |
Definition at line 213 of file usbip_common.h.
struct usbip_header_cmd_submit cmd_submit |
Definition at line 216 of file usbip_common.h.
struct usbip_header_cmd_unlink cmd_unlink |
Definition at line 218 of file usbip_common.h.
struct usbip_header_ret_submit ret_submit |
Definition at line 217 of file usbip_common.h.
struct usbip_header_ret_unlink ret_unlink |
Definition at line 219 of file usbip_common.h.
union { ... } u |