Home
last modified time | relevance | path

Searched defs:can_frame (Results 1 – 4 of 4) sorted by relevance

/external/iproute2/include/uapi/linux/
Dcan.h104 struct can_frame { struct
105 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
106 __u8 can_dlc; /* frame payload length in byte (0 .. CAN_MAX_DLEN) */
107 __u8 __pad; /* padding */
108 __u8 __res0; /* reserved / padding */
109 __u8 __res1; /* reserved / padding */
110 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8)));
/external/ltp/testcases/kernel/pty/
Dpty04.c59 struct can_frame { struct
60 canid_t can_id;
61 uint8_t can_dlc;
62 uint8_t __pad;
63 uint8_t __res0;
64 uint8_t __res1;
65 uint8_t data[CAN_MAX_DLEN] __attribute__((aligned(8)));
/external/kernel-headers/original/uapi/linux/
Dcan.h120 struct can_frame { struct
121 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
122 union {
152 * The struct can_frame and struct canfd_frame intentionally share the same argument
/external/ethtool/libmnl/include/linux/
Dcan.h120 struct can_frame { struct
121 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
122 union {
152 * The struct can_frame and struct canfd_frame intentionally share the same argument