gem5  v20.1.0.0
Public Member Functions | List of all members
Net::Ip6Opt Struct Reference

#include <inet.hh>

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

Public Member Functions

uint8_t nxt () const
 
uint8_t extlen () const
 
uint8_t len () const
 
uint8_t rtType2Type () const
 
uint8_t rtType2SegLft () const
 
const uint8_t * rtType2Addr () const
 
uint16_t fragmentOfflg () const
 
uint32_t fragmentIdent () const
 
uint8_t dstOptType () const
 
uint8_t dstOptLength () const
 
const uint8_t * dstOptAddr () const
 

Additional Inherited Members

- Public Attributes inherited from Net::ip6_opt_hdr
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 583 of file inet.hh.

Member Function Documentation

◆ dstOptAddr()

const uint8_t* Net::Ip6Opt::dstOptAddr ( ) const
inline

Definition at line 604 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.

◆ dstOptLength()

uint8_t Net::Ip6Opt::dstOptLength ( ) const
inline

Definition at line 603 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.

◆ dstOptType()

uint8_t Net::Ip6Opt::dstOptType ( ) const
inline

Definition at line 602 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.

◆ extlen()

uint8_t Net::Ip6Opt::extlen ( ) const
inline

Definition at line 586 of file inet.hh.

References Net::ip6_opt_hdr::ext_len.

Referenced by len().

◆ fragmentIdent()

uint32_t Net::Ip6Opt::fragmentIdent ( ) const
inline

Definition at line 599 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.

◆ fragmentOfflg()

uint16_t Net::Ip6Opt::fragmentOfflg ( ) const
inline

Definition at line 598 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.

◆ len()

uint8_t Net::Ip6Opt::len ( ) const
inline

Definition at line 587 of file inet.hh.

References extlen().

Referenced by Net::Ip6Hdr::getExt().

◆ nxt()

uint8_t Net::Ip6Opt::nxt ( ) const
inline

Definition at line 585 of file inet.hh.

References Net::ip6_opt_hdr::ext_nxt.

Referenced by Net::Ip6Hdr::getExt().

◆ rtType2Addr()

const uint8_t* Net::Ip6Opt::rtType2Addr ( ) const
inline

Definition at line 595 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.

◆ rtType2SegLft()

uint8_t Net::Ip6Opt::rtType2SegLft ( ) const
inline

Definition at line 594 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.

◆ rtType2Type()

uint8_t Net::Ip6Opt::rtType2Type ( ) const
inline

Definition at line 593 of file inet.hh.

References Net::ip6_opt_hdr::ext_data.


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