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

#include <inet.hh>

Public Member Functions

 TcpPtr ()
 
 TcpPtr (const IpPtr &ptr)
 
 TcpPtr (const Ip6Ptr &ptr)
 
 TcpPtr (const TcpPtr &ptr)
 
TcpHdrget ()
 
TcpHdroperator-> ()
 
TcpHdroperator* ()
 
const TcpHdrget () const
 
const TcpHdroperator-> () const
 
const TcpHdroperator* () const
 
const TcpPtroperator= (const IpPtr &i)
 
const TcpPtroperator= (const TcpPtr &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 529 of file inet.hh.

Constructor & Destructor Documentation

◆ TcpPtr() [1/4]

Net::TcpPtr::TcpPtr ( )
inline

Definition at line 552 of file inet.hh.

◆ TcpPtr() [2/4]

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

Definition at line 553 of file inet.hh.

◆ TcpPtr() [3/4]

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

Definition at line 554 of file inet.hh.

◆ TcpPtr() [4/4]

Net::TcpPtr::TcpPtr ( const TcpPtr ptr)
inline

Definition at line 555 of file inet.hh.

Member Function Documentation

◆ get() [1/2]

TcpHdr* Net::TcpPtr::get ( )
inline

Definition at line 557 of file inet.hh.

◆ get() [2/2]

const TcpHdr* Net::TcpPtr::get ( ) const
inline

Definition at line 561 of file inet.hh.

◆ off()

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

Definition at line 574 of file inet.hh.

◆ operator bool()

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

Definition at line 573 of file inet.hh.

◆ operator!()

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

Definition at line 572 of file inet.hh.

References MipsISA::p.

◆ operator*() [1/2]

TcpHdr& Net::TcpPtr::operator* ( )
inline

Definition at line 559 of file inet.hh.

◆ operator*() [2/2]

const TcpHdr& Net::TcpPtr::operator* ( ) const
inline

Definition at line 563 of file inet.hh.

◆ operator->() [1/2]

TcpHdr* Net::TcpPtr::operator-> ( )
inline

Definition at line 558 of file inet.hh.

◆ operator->() [2/2]

const TcpHdr* Net::TcpPtr::operator-> ( ) const
inline

Definition at line 562 of file inet.hh.

◆ operator=() [1/2]

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

Definition at line 565 of file inet.hh.

References ArmISA::i.

◆ operator=() [2/2]

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

Definition at line 567 of file inet.hh.

References _off, and p.

◆ packet() [1/2]

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

Definition at line 570 of file inet.hh.

References MipsISA::p.

Referenced by Net::cksum().

◆ packet() [2/2]

EthPacketPtr Net::TcpPtr::packet ( )
inline

Definition at line 571 of file inet.hh.

References MipsISA::p.

◆ pstart()

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

Definition at line 575 of file inet.hh.

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

Referenced by Net::hsplit().

◆ set() [1/3]

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

Definition at line 535 of file inet.hh.

References ArmISA::offset.

◆ set() [2/3]

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

Definition at line 536 of file inet.hh.

◆ set() [3/3]

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

Definition at line 543 of file inet.hh.

Member Data Documentation

◆ _off

int Net::TcpPtr::_off
protected

Definition at line 533 of file inet.hh.

Referenced by operator=().

◆ p

EthPacketPtr Net::TcpPtr::p
protected

Definition at line 532 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