gem5  [DEVELOP-FOR-23.0]
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Attributes | List of all members
gem5::networking::ip6_opt_hdr Struct Reference

#include <inet.hh>

Inheritance diagram for gem5::networking::ip6_opt_hdr:
gem5::networking::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 579 of file inet.hh.

Member Data Documentation

◆ dstOpts

struct ip6_opt_dstopts gem5::networking::ip6_opt_hdr::dstOpts

Definition at line 587 of file inet.hh.

◆ ext_data

union { ... } gem5::networking::ip6_opt_hdr::ext_data

◆ ext_len

uint8_t gem5::networking::ip6_opt_hdr::ext_len

Definition at line 582 of file inet.hh.

Referenced by gem5::networking::Ip6Opt::extlen().

◆ ext_nxt

uint8_t gem5::networking::ip6_opt_hdr::ext_nxt

Definition at line 581 of file inet.hh.

Referenced by gem5::networking::Ip6Opt::nxt().

◆ fragment

struct ip6_opt_fragment gem5::networking::ip6_opt_hdr::fragment

Definition at line 585 of file inet.hh.

◆ rtType2

struct ip6_opt_routing_type2 gem5::networking::ip6_opt_hdr::rtType2

Definition at line 586 of file inet.hh.


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

Generated on Sun Jul 30 2023 01:57:52 for gem5 by doxygen 1.8.17