gem5
v20.1.0.0
|
#include <inet.hh>
Public Member Functions | |
TcpHdr * | get () |
TcpHdr * | operator-> () |
TcpHdr & | operator* () |
const TcpHdr * | get () const |
const TcpHdr * | operator-> () const |
const TcpHdr & | operator* () const |
TcpPtr () | |
TcpPtr (const IpPtr &ptr) | |
TcpPtr (const Ip6Ptr &ptr) | |
TcpPtr (const TcpPtr &ptr) | |
const TcpPtr & | operator= (const IpPtr &i) |
const TcpPtr & | operator= (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 |
|
inline |
Definition at line 670 of file inet.hh.
Referenced by operator*(), operator->(), and pstart().
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Definition at line 643 of file inet.hh.
References _off, ArmISA::offset, and p.
Referenced by operator=(), set(), and TcpPtr().
|
inlineprotected |
Definition at line 651 of file inet.hh.
References Net::Ip6Ptr::p, Net::Ip6Hdr::proto(), Net::Ip6Ptr::pstart(), and set().
|
inlineprotected |
Definition at line 644 of file inet.hh.
References Net::IpPtr::p, Net::IpHdr::proto(), Net::IpPtr::pstart(), and set().
|
protected |
|
protected |
Definition at line 640 of file inet.hh.
Referenced by get(), operator bool(), operator!(), packet(), and set().