struct echo_body

ICMPv6 echo request/reply message body

#include <tapi_icmp6.h>

struct echo_body {
    // fields

    uint16_t id;
    uint16_t seq;
};