Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/modem/modem_cmux_pair/src/
Dmain.c172 static uint8_t cmux_frame_data_dlci2_ppp_18[] = {0x7E, 0xFF, 0x7D, 0x23, 0xC0, 0x21, variable
405 modem_pipe_transmit(dlci2_pipe, cmux_frame_data_dlci2_ppp_18, in ZTEST()
406 sizeof(cmux_frame_data_dlci2_ppp_18)); in ZTEST()
415 sizeof(cmux_frame_data_dlci2_ppp_18)), in ZTEST()
423 cmux_frame_data_dlci2_ppp_18, in ZTEST()
424 sizeof(cmux_frame_data_dlci2_ppp_18)) == 0, in ZTEST()
438 ret = modem_pipe_transmit(dlci2_pipe_dce, cmux_frame_data_dlci2_ppp_18, in ZTEST()
439 sizeof(cmux_frame_data_dlci2_ppp_18)); in ZTEST()
441 zassert_true(ret == sizeof(cmux_frame_data_dlci2_ppp_18), "Failed to send DLCI2 PPP 18"); in ZTEST()
450 sizeof(cmux_frame_data_dlci2_ppp_18)), in ZTEST()
[all …]
/Zephyr-latest/tests/subsys/modem/modem_cmux/src/
Dmain.c194 static uint8_t cmux_frame_data_dlci2_ppp_18[] = {0x7E, 0xFF, 0x7D, 0x23, 0xC0, 0x21, variable
406 sizeof(cmux_frame_data_dlci2_ppp_18)), in ZTEST()
414 cmux_frame_data_dlci2_ppp_18, in ZTEST()
415 sizeof(cmux_frame_data_dlci2_ppp_18)) == 0, in ZTEST()
434 ret = modem_pipe_transmit(dlci2_pipe, cmux_frame_data_dlci2_ppp_18, in ZTEST()
435 sizeof(cmux_frame_data_dlci2_ppp_18)); in ZTEST()
436 zassert_true(ret == sizeof(cmux_frame_data_dlci2_ppp_18), "Failed to send DLCI2 PPP 18"); in ZTEST()