:orphan: .. index:: pair: struct; icmp6_msg_body .. _doxid-structicmp6__msg__body: struct icmp6_msg_body ===================== .. toctree:: :hidden: Structure to keep ICMPv6 message body information .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct icmp6_msg_body { // fields :ref:`icmp6_msg_type` :target:`msg_type`; uint32_t :target:`dunr_unused`; uint32_t :target:`packet_too_big_mtu`; uint32_t :target:`time_exceeded_unused`; uint32_t :target:`param_prob_ptr`; uint32_t :target:`rsol_reserved`; struct :ref:`radv_body` :target:`radv`; struct :ref:`nsol_body` :target:`nsol`; struct :ref:`nadv_body` :target:`nadv`; struct :ref:`echo_body` :target:`echo`; union icmp6_msg_body::@70 :target:`msg_body`; };