Searched defs:can_frame (Results 1 – 1 of 1) sorted by relevance
68 struct can_frame { struct69 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */70 __u8 can_dlc; /* frame payload length in byte (0 .. CAN_MAX_DLEN) */71 __u8 data[CAN_MAX_DLEN] __attribute__((aligned(8)));