Skip to content

Commit 7914da1

Browse files
committed
Add CAN_RAW_XL_FRAMES socket option
1 parent 4c06589 commit 7914da1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libc-test/semver/linux.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ CAN_RAW_LOOPBACK
237237
CAN_RAW_RECV_OWN_MSGS
238238
CAN_RAW_FD_FRAMES
239239
CAN_RAW_JOIN_FILTERS
240+
CAN_RAW_XL_FRAMES
240241
CANXL_HDR_SIZE
241242
CANXL_MAX_DLC
242243
CANXL_MAX_DLC_MASK

src/unix/linux_like/linux/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3782,6 +3782,7 @@ pub const CAN_RAW_LOOPBACK: ::c_int = 3;
37823782
pub const CAN_RAW_RECV_OWN_MSGS: ::c_int = 4;
37833783
pub const CAN_RAW_FD_FRAMES: ::c_int = 5;
37843784
pub const CAN_RAW_JOIN_FILTERS: ::c_int = 6;
3785+
pub const CAN_RAW_XL_FRAMES: ::c_int = 7;
37853786

37863787
// linux/can/j1939.h
37873788
pub const SOL_CAN_J1939: ::c_int = SOL_CAN_BASE + CAN_J1939;

0 commit comments

Comments
 (0)