:orphan: .. index:: pair: struct; icmp6_msg_option .. _doxid-structicmp6__msg__option: struct icmp6_msg_option ======================= .. toctree:: :hidden: Structure to keep list of ICMPv6 options .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct icmp6_msg_option { // fields :ref:`icmp6_opt_type` :target:`opt_type`; uint8_t :target:`source_ll_addr`[ETHER_ADDR_LEN]; struct :ref:`prefix_info` :target:`prefix_info`; union icmp6_msg_option::@71 :target:`opt_body`; struct icmp6_msg_option* :target:`next`; };