t_can.c | 412 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY 453 if (can_read(s1, &cf_receive1, &rv1) < 0) { 457 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive1, sizeof(cf_send)) == 0, 474 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY 514 if (can_recvfrom(s1, &cf_receive1, &rv1, &sa) < 0) { 518 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive1, sizeof(cf_send)) == 0, 541 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY 578 if (can_recvfrom(s1, &cf_receive1, &rv1, &sa) < 0) { 585 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive1, sizeof(cf_send)) == 0, 609 struct can_frame cf_send, cf_receive1, cf_receive2 local in function:ATF_TC_BODY [all...] |