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