Searched refs:NET_IPV6ICMPH_LEN (Results 1 – 2 of 2) sorted by relevance
412 (NET_IPV6ICMPH_LEN + remaining)) { in compare_pkt()415 NET_IPV6ICMPH_LEN + remaining, in compare_pkt()493 memcpy(frag->data, (uint8_t *) data, NET_IPV6ICMPH_LEN); in create_pkt()494 net_buf_add(frag, NET_IPV6ICMPH_LEN); in create_pkt()
573 #define NET_IPV6ICMPH_LEN (NET_IPV6H_LEN + NET_ICMPH_LEN) /* ICMPv6 + IPv6 */ macro