Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c2218 static uint16_t test_recv_payload_len = 1300U; variable
2228 size_t expected_pkt_length = NET_IPV6H_LEN + ECHO_REPLY_H_LEN + test_recv_payload_len; in handle_ipv6_echo_reply()
2229 uint16_t expected_icmpv6_length = htons(test_recv_payload_len + ECHO_REPLY_H_LEN); in handle_ipv6_echo_reply()
2310 payload2_len = test_recv_payload_len - payload1_len; in ZTEST()