Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/ipv6_fragment/src/
Dmain.c2214 #define ECHO_REPLY_H_LEN 8 macro
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()
2261 net_pkt_read(pkt, verify_buf, ECHO_REPLY_H_LEN); in handle_ipv6_echo_reply()
2274 i = NET_IPV6H_LEN + ECHO_REPLY_H_LEN; in handle_ipv6_echo_reply()