HomeSort by: relevance | last modified time | path
    Searched defs:cf_receive2 (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/net/can/
t_can.c 412 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
445 if (can_read(s2, &cf_receive2, &rv2) < 0) {
449 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0,
474 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
505 if (can_read(s2, &cf_receive2, &rv2) < 0) {
509 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0,
541 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
570 if (can_read(s2, &cf_receive2, &rv2) < 0) {
574 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0,
609 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
    [all...]
t_can.c 412 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
445 if (can_read(s2, &cf_receive2, &rv2) < 0) {
449 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0,
474 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
505 if (can_read(s2, &cf_receive2, &rv2) < 0) {
509 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0,
541 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
570 if (can_read(s2, &cf_receive2, &rv2) < 0) {
574 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive2, sizeof(cf_send)) == 0,
609 struct can_frame cf_send, cf_receive1, cf_receive2; local in function:ATF_TC_BODY
    [all...]

Completed in 25 milliseconds