Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/modem/modem_ppp/src/
Dmain.c59 static uint8_t ip_frame_unwrapped_with_protocol[] = { variable
402 zassert_true(pkt_len == sizeof(ip_frame_unwrapped_with_protocol), in ZTEST()
408 zassert_true(memcmp(buffer, ip_frame_unwrapped_with_protocol, pkt_len) == 0, in ZTEST()