gem5
|
#include <inet.hh>
Public Attributes | |
uint8_t | ext_nxt |
uint8_t | ext_len |
union { | |
struct ip6_opt_fragment fragment | |
struct ip6_opt_routing_type2 rtType2 | |
struct ip6_opt_dstopts dstOpts | |
} | ext_data |
struct ip6_opt_dstopts Net::ip6_opt_hdr::dstOpts |
union { ... } Net::ip6_opt_hdr::ext_data |
uint8_t Net::ip6_opt_hdr::ext_len |
Definition at line 473 of file inet.hh.
Referenced by Net::Ip6Opt::extlen().
uint8_t Net::ip6_opt_hdr::ext_nxt |
Definition at line 472 of file inet.hh.
Referenced by Net::Ip6Opt::nxt().
struct ip6_opt_fragment Net::ip6_opt_hdr::fragment |
struct ip6_opt_routing_type2 Net::ip6_opt_hdr::rtType2 |