diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-14 16:20:34 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-01-14 16:23:39 +0100 |
| commit | 66d492a6c7bb8f9eea386e016b95a0152004bf7c (patch) | |
| tree | 1e6cfc04bd447cc0196454c34359c3731e7c8ae9 /sys/linux/socket_can.txt | |
| parent | 33bb46947ad3f2bdc26a2d9ab7a0fe27d650522c (diff) | |
sys/linux: add vnet descriptions for GRE, MPLS, CAN
Diffstat (limited to 'sys/linux/socket_can.txt')
| -rw-r--r-- | sys/linux/socket_can.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/linux/socket_can.txt b/sys/linux/socket_can.txt index fdedf7c1e..7b58d7b5e 100644 --- a/sys/linux/socket_can.txt +++ b/sys/linux/socket_can.txt @@ -51,8 +51,8 @@ type msghdr_can[MSG] { } can_raw_msg [ - can can_frame_t[CAN_MAX_DLEN] - canfd can_frame_t[CANFD_MAX_DLEN] + can can_frame + canfd canfd_frame ] [varlen] can_bcm_msg { @@ -75,6 +75,9 @@ type can_frame_t[DATA_SIZE] { data array[int8, DATA_SIZE] } +type can_frame can_frame_t[CAN_MAX_DLEN] +type canfd_frame can_frame_t[CANFD_MAX_DLEN] + canid_t { id int32:29[0:4] err int32:1 |
