Searched defs:can_frame (Results 1 – 1 of 1) sorted by relevance
55 struct can_frame { struct56 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */57 __u8 can_dlc; /* data length code: 0 .. 8 */58 __u8 data[8] __attribute__((aligned(8)));