gem5  v20.0.0.3
Public Member Functions | List of all members
Net::EthHdr Struct Reference

#include <inet.hh>

Inheritance diagram for Net::EthHdr:

Public Member Functions

bool isVlan () const
 
uint16_t type () const
 
uint16_t vlanId () const
 
const EthAddrsrc () const
 
const EthAddrdst () const
 
int size () const
 
const uint8_t * bytes () const
 
const uint8_t * payload () const
 
uint8_t * bytes ()
 
uint8_t * payload ()
 

Detailed Description

Definition at line 122 of file inet.hh.

Member Function Documentation

◆ bytes() [1/2]

const uint8_t* Net::EthHdr::bytes ( ) const
inline

Definition at line 150 of file inet.hh.

◆ bytes() [2/2]

uint8_t* Net::EthHdr::bytes ( )
inline

Definition at line 152 of file inet.hh.

◆ dst()

const EthAddr& Net::EthHdr::dst ( ) const
inline

Definition at line 141 of file inet.hh.

Referenced by NSGigE::rxFilter().

◆ isVlan()

bool Net::EthHdr::isVlan ( ) const
inline

Definition at line 124 of file inet.hh.

Referenced by Net::IpPtr::set(), and Net::Ip6Ptr::set().

◆ payload() [1/2]

const uint8_t* Net::EthHdr::payload ( ) const
inline

Definition at line 151 of file inet.hh.

References Net::EthAddr::bytes(), and Net::EthAddr::size().

◆ payload() [2/2]

uint8_t* Net::EthHdr::payload ( )
inline

Definition at line 153 of file inet.hh.

References Net::EthAddr::bytes(), and Net::EthAddr::size().

◆ size()

int Net::EthHdr::size ( ) const
inline

Definition at line 143 of file inet.hh.

◆ src()

const EthAddr& Net::EthHdr::src ( ) const
inline

Definition at line 140 of file inet.hh.

◆ type()

uint16_t Net::EthHdr::type ( ) const
inline

Definition at line 125 of file inet.hh.

Referenced by NSGigE::rxFilter(), Net::IpPtr::set(), and Net::Ip6Ptr::set().

◆ vlanId()

uint16_t Net::EthHdr::vlanId ( ) const
inline

Definition at line 133 of file inet.hh.


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

Generated on Fri Jul 3 2020 15:53:51 for gem5 by doxygen 1.8.13