gem5  v20.0.0.3
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
Net::UdpPtr Class Reference

#include <inet.hh>

Public Member Functions

 UdpPtr ()
 
 UdpPtr (const IpPtr &ptr)
 
 UdpPtr (const Ip6Ptr &ptr)
 
 UdpPtr (const UdpPtr &ptr)
 
UdpHdrget ()
 
UdpHdroperator-> ()
 
UdpHdroperator* ()
 
const UdpHdrget () const
 
const UdpHdroperator-> () const
 
const UdpHdroperator* () const
 
const UdpPtroperator= (const IpPtr &i)
 
const UdpPtroperator= (const UdpPtr &t)
 
const EthPacketPtr packet () const
 
EthPacketPtr packet ()
 
bool operator! () const
 
 operator bool () const
 
int off () const
 
int pstart () const
 

Protected Member Functions

void set (const EthPacketPtr &ptr, int offset)
 
void set (const IpPtr &ptr)
 
void set (const Ip6Ptr &ptr)
 

Protected Attributes

EthPacketPtr p
 
int _off
 

Detailed Description

Definition at line 625 of file inet.hh.

Constructor & Destructor Documentation

◆ UdpPtr() [1/4]

Net::UdpPtr::UdpPtr ( )
inline

Definition at line 648 of file inet.hh.

◆ UdpPtr() [2/4]

Net::UdpPtr::UdpPtr ( const IpPtr ptr)
inline

Definition at line 649 of file inet.hh.

◆ UdpPtr() [3/4]

Net::UdpPtr::UdpPtr ( const Ip6Ptr ptr)
inline

Definition at line 650 of file inet.hh.

◆ UdpPtr() [4/4]

Net::UdpPtr::UdpPtr ( const UdpPtr ptr)
inline

Definition at line 651 of file inet.hh.

Member Function Documentation

◆ get() [1/2]

UdpHdr* Net::UdpPtr::get ( )
inline

Definition at line 653 of file inet.hh.

◆ get() [2/2]

const UdpHdr* Net::UdpPtr::get ( ) const
inline

Definition at line 657 of file inet.hh.

◆ off()

int Net::UdpPtr::off ( ) const
inline

Definition at line 669 of file inet.hh.

◆ operator bool()

Net::UdpPtr::operator bool ( ) const
inline

Definition at line 668 of file inet.hh.

◆ operator!()

bool Net::UdpPtr::operator! ( ) const
inline

Definition at line 667 of file inet.hh.

References MipsISA::p.

◆ operator*() [1/2]

UdpHdr& Net::UdpPtr::operator* ( )
inline

Definition at line 655 of file inet.hh.

◆ operator*() [2/2]

const UdpHdr& Net::UdpPtr::operator* ( ) const
inline

Definition at line 659 of file inet.hh.

◆ operator->() [1/2]

UdpHdr* Net::UdpPtr::operator-> ( )
inline

Definition at line 654 of file inet.hh.

◆ operator->() [2/2]

const UdpHdr* Net::UdpPtr::operator-> ( ) const
inline

Definition at line 658 of file inet.hh.

◆ operator=() [1/2]

const UdpPtr& Net::UdpPtr::operator= ( const IpPtr i)
inline

Definition at line 661 of file inet.hh.

References ArmISA::i.

◆ operator=() [2/2]

const UdpPtr& Net::UdpPtr::operator= ( const UdpPtr t)
inline

Definition at line 662 of file inet.hh.

References _off, and p.

◆ packet() [1/2]

const EthPacketPtr Net::UdpPtr::packet ( ) const
inline

Definition at line 665 of file inet.hh.

References MipsISA::p.

Referenced by Net::cksum().

◆ packet() [2/2]

EthPacketPtr Net::UdpPtr::packet ( )
inline

Definition at line 666 of file inet.hh.

References MipsISA::p.

◆ pstart()

int Net::UdpPtr::pstart ( ) const
inline

◆ set() [1/3]

void Net::UdpPtr::set ( const EthPacketPtr ptr,
int  offset 
)
inlineprotected

Definition at line 631 of file inet.hh.

References ArmISA::offset.

◆ set() [2/3]

void Net::UdpPtr::set ( const IpPtr ptr)
inlineprotected

Definition at line 632 of file inet.hh.

◆ set() [3/3]

void Net::UdpPtr::set ( const Ip6Ptr ptr)
inlineprotected

Definition at line 639 of file inet.hh.

Member Data Documentation

◆ _off

int Net::UdpPtr::_off
protected

Definition at line 629 of file inet.hh.

Referenced by operator=().

◆ p

EthPacketPtr Net::UdpPtr::p
protected

Definition at line 628 of file inet.hh.

Referenced by operator=().


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

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