Home
last modified time | relevance | path

Searched refs:cmux_frame_dlci2_ppp_52 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/subsys/modem/modem_cmux/src/
Dmain.c178 static uint8_t cmux_frame_dlci2_ppp_52[] = { variable
395 modem_backend_mock_put(&bus_mock, cmux_frame_dlci2_ppp_52, sizeof(cmux_frame_dlci2_ppp_52)); in ZTEST()
443 zassert_true(ret == (sizeof(cmux_frame_dlci2_ppp_52) + sizeof(cmux_frame_dlci2_ppp_18)), in ZTEST()
521 zassert_true(ret == sizeof(cmux_frame_dlci2_ppp_52), in ZTEST()
524 zassert_true(memcmp(buffer1, cmux_frame_dlci2_ppp_52, in ZTEST()
525 sizeof(cmux_frame_dlci2_ppp_52)) == 0, in ZTEST()