gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 630 of file inet.hh.

Constructor & Destructor Documentation

◆ UdpPtr() [1/4]

Net::UdpPtr::UdpPtr ( )
inline

Definition at line 653 of file inet.hh.

◆ UdpPtr() [2/4]

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

Definition at line 654 of file inet.hh.

◆ UdpPtr() [3/4]

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

Definition at line 655 of file inet.hh.

◆ UdpPtr() [4/4]

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

Definition at line 656 of file inet.hh.

Member Function Documentation

◆ get() [1/2]

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

Definition at line 658 of file inet.hh.

◆ get() [2/2]

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

Definition at line 662 of file inet.hh.

◆ off()

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

Definition at line 674 of file inet.hh.

◆ operator bool()

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

Definition at line 673 of file inet.hh.

◆ operator!()

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

Definition at line 672 of file inet.hh.

References MipsISA::p.

◆ operator*() [1/2]

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

Definition at line 660 of file inet.hh.

◆ operator*() [2/2]

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

Definition at line 664 of file inet.hh.

◆ operator->() [1/2]

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

Definition at line 659 of file inet.hh.

◆ operator->() [2/2]

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

Definition at line 663 of file inet.hh.

◆ operator=() [1/2]

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

Definition at line 666 of file inet.hh.

References ArmISA::i.

◆ operator=() [2/2]

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

Definition at line 667 of file inet.hh.

References _off, and p.

◆ packet() [1/2]

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

Definition at line 670 of file inet.hh.

References MipsISA::p.

Referenced by Net::cksum().

◆ packet() [2/2]

EthPacketPtr Net::UdpPtr::packet ( )
inline

Definition at line 671 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 636 of file inet.hh.

References ArmISA::offset.

◆ set() [2/3]

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

Definition at line 637 of file inet.hh.

◆ set() [3/3]

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

Definition at line 644 of file inet.hh.

Member Data Documentation

◆ _off

int Net::UdpPtr::_off
protected

Definition at line 634 of file inet.hh.

Referenced by operator=().

◆ p

EthPacketPtr Net::UdpPtr::p
protected

Definition at line 633 of file inet.hh.

Referenced by operator=().


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

Generated on Fri Feb 28 2020 16:27:22 for gem5 by doxygen 1.8.13