Searched refs:ISOTP_N_ERROR (Results 1 – 4 of 4) sorted by relevance
47 zassert_equal(err, ISOTP_N_ERROR); in ZTEST()62 zassert_equal(err, ISOTP_N_ERROR); in ZTEST()
1100 zassert_equal(ret, ISOTP_N_ERROR, "recv returned %d", ret); in ZTEST()
103 receive_report_error(rctx, ISOTP_N_ERROR); in receive_can_tx()518 receive_report_error(rctx, ISOTP_N_ERROR); in process_cf()528 receive_report_error(rctx, ISOTP_N_ERROR); in process_cf()645 return ISOTP_N_ERROR; in isotp_bind()811 send_report_error(sctx, ISOTP_N_ERROR); in send_process_fc()1108 ISOTP_N_ERROR); in send_state_machine()1209 return ISOTP_N_ERROR; in send()1250 return ISOTP_N_ERROR; in send()1255 return ISOTP_N_ERROR; in send()1281 ISOTP_N_TIMEOUT_A : ISOTP_N_ERROR; in send()
82 #define ISOTP_N_ERROR -9 macro