gem5  v20.1.0.0
Public Attributes | List of all members
Net::ip6_opt_hdr Struct Reference

#include <inet.hh>

Inheritance diagram for Net::ip6_opt_hdr:
Net::Ip6Opt

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
 

Detailed Description

Definition at line 572 of file inet.hh.

Member Data Documentation

◆ dstOpts

struct ip6_opt_dstopts Net::ip6_opt_hdr::dstOpts

Definition at line 579 of file inet.hh.

◆ ext_data

union { ... } Net::ip6_opt_hdr::ext_data

◆ ext_len

uint8_t Net::ip6_opt_hdr::ext_len

Definition at line 575 of file inet.hh.

Referenced by Net::Ip6Opt::extlen().

◆ ext_nxt

uint8_t Net::ip6_opt_hdr::ext_nxt

Definition at line 574 of file inet.hh.

Referenced by Net::Ip6Opt::nxt().

◆ fragment

struct ip6_opt_fragment Net::ip6_opt_hdr::fragment

Definition at line 577 of file inet.hh.

◆ rtType2

struct ip6_opt_routing_type2 Net::ip6_opt_hdr::rtType2

Definition at line 578 of file inet.hh.


The documentation for this struct was generated from the following file:

Generated on Wed Sep 30 2020 14:03:07 for gem5 by doxygen 1.8.17