Searched refs:cmux_frame_data_dlci2_ppp_52 (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/tests/subsys/modem/modem_cmux_pair/src/ |
D | main.c | 166 static uint8_t cmux_frame_data_dlci2_ppp_52[] = { variable 403 modem_pipe_transmit(dlci2_pipe, cmux_frame_data_dlci2_ppp_52, in ZTEST() 404 sizeof(cmux_frame_data_dlci2_ppp_52)); in ZTEST() 414 zassert_true(ret == (sizeof(cmux_frame_data_dlci2_ppp_52) + in ZTEST() 418 zassert_true(memcmp(buffer2, cmux_frame_data_dlci2_ppp_52, in ZTEST() 419 sizeof(cmux_frame_data_dlci2_ppp_52)) == 0, in ZTEST() 422 zassert_true(memcmp(&buffer2[sizeof(cmux_frame_data_dlci2_ppp_52)], in ZTEST() 433 ret = modem_pipe_transmit(dlci2_pipe_dce, cmux_frame_data_dlci2_ppp_52, in ZTEST() 434 sizeof(cmux_frame_data_dlci2_ppp_52)); in ZTEST() 436 zassert_true(ret == sizeof(cmux_frame_data_dlci2_ppp_52), "Failed to send DLCI2 PPP 52 %d", in ZTEST() [all …]
|
/Zephyr-latest/tests/subsys/modem/modem_cmux/src/ |
D | main.c | 184 static uint8_t cmux_frame_data_dlci2_ppp_52[] = { variable 405 zassert_true(ret == (sizeof(cmux_frame_data_dlci2_ppp_52) + in ZTEST() 409 zassert_true(memcmp(buffer2, cmux_frame_data_dlci2_ppp_52, in ZTEST() 410 sizeof(cmux_frame_data_dlci2_ppp_52)) == 0, in ZTEST() 413 zassert_true(memcmp(&buffer2[sizeof(cmux_frame_data_dlci2_ppp_52)], in ZTEST() 424 ret = modem_pipe_transmit(dlci2_pipe, cmux_frame_data_dlci2_ppp_52, in ZTEST() 425 sizeof(cmux_frame_data_dlci2_ppp_52)); in ZTEST() 426 zassert_true(ret == sizeof(cmux_frame_data_dlci2_ppp_52), "Failed to send DLCI2 PPP 52"); in ZTEST() 492 ret = modem_pipe_transmit(dlci2_pipe, cmux_frame_data_dlci2_ppp_52, in ZTEST() 493 sizeof(cmux_frame_data_dlci2_ppp_52)); in ZTEST() [all …]
|