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