t_can.c | 106 struct can_frame cf_send, cf_receive; local in function:ATF_TC_BODY 153 if (can_recvfrom(s, &cf_receive, &rv, &sa) < 0) { 178 struct can_frame cf_send, cf_receive; local in function:ATF_TC_BODY 221 if (can_read(s, &cf_receive, &rv) < 0) { 231 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive, sizeof(cf_send)) == 0, 286 struct can_frame cf_send, cf_receive; local in function:ATF_TC_BODY 321 if (can_read(s, &cf_receive, &rv) < 0) { 331 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive, sizeof(cf_send)) == 0, 349 struct can_frame cf_send, cf_receive; local in function:ATF_TC_BODY 381 if (can_read(s, &cf_receive, &rv) < 0) [all...] |