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

  /src/tests/net/can/
t_canfilter.c 73 struct can_frame cf_send, cf_receive; local in function:ATF_TC_BODY
109 if (can_read(s, &cf_receive, &rv) < 0) {
121 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive, sizeof(cf_send)) == 0,
138 if (can_read(s, &cf_receive, &rv) < 0) {
150 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive, sizeof(cf_send)) == 0,
167 if (can_read(s, &cf_receive, &rv) < 0) {
181 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive, sizeof(cf_send)) == 0,
199 struct can_frame cf_send, cf_receive; local in function:ATF_TC_BODY
240 if (can_read(s, &cf_receive, &rv) < 0) {
254 ATF_CHECK_MSG(memcmp(&cf_send, &cf_receive, sizeof(cf_send)) == 0
272 struct can_frame cf_send, cf_receive; local in function:ATF_TC_BODY
    [all...]
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...]

Completed in 14 milliseconds