Searched refs:can_frame (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/network/can/filter-tests/ |
H A D | can_rcv_own_msgs.c | 23 struct can_frame frame; in test_sockets() 45 SAFE_READ(1, s, &frame, sizeof(struct can_frame)); in test_sockets() 56 SAFE_READ(1, t, &frame, sizeof(struct can_frame)); in test_sockets()
|
H A D | can_filter.c | 84 struct can_frame frame; in run() 131 SAFE_READ(1, s, &frame, sizeof(struct can_frame)); in run()
|
/third_party/ltp/testcases/kernel/pty/ |
H A D | pty04.c | 54 #define CAN_MTU (sizeof(struct can_frame)) 59 struct can_frame { struct 283 struct can_frame frm; in check_data() 303 i = offsetof(struct can_frame, __pad); in check_data() 306 offsetof(struct can_frame, data) - i, in check_data() 311 i = offsetof(struct can_frame, data); in check_data()
|
/third_party/ltp/testcases/network/can/cve/ |
H A D | can_bcm01.c | 35 struct can_frame frame;
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | align.rs | 130 pub struct can_frame { structure names
|
H A D | mod.rs | 3521 pub const CAN_MTU: usize = ::mem::size_of::<can_frame>();
|
Completed in 14 milliseconds