struct icmp6_msg_body
Structure to keep ICMPv6 message body information
#include <tapi_icmp6.h> struct icmp6_msg_body { // fields icmp6_msg_type msg_type; uint32_t dunr_unused; uint32_t packet_too_big_mtu; uint32_t time_exceeded_unused; uint32_t param_prob_ptr; uint32_t rsol_reserved; struct radv_body radv; struct nsol_body nsol; struct nadv_body nadv; struct echo_body echo; union icmp6_msg_body::@70 msg_body; };