gem5 v24.0.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 |
Definition at line 786 of file inet.hh.
References gem5::ArmISA::set.
|
inline |
Definition at line 787 of file inet.hh.
References gem5::ArmISA::set.
|
inline |
|
inline |
Definition at line 791 of file inet.hh.
Referenced by operator*(), operator*(), operator->(), operator->(), and pstart().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
Definition at line 765 of file inet.hh.
References _off, gem5::ArmISA::offset, and p.
|
inlineprotected |
Definition at line 773 of file inet.hh.
References gem5::networking::Ip6Ptr::p, gem5::networking::Ip6Hdr::proto(), gem5::networking::Ip6Ptr::pstart(), and gem5::ArmISA::set.
|
inlineprotected |
Definition at line 766 of file inet.hh.
References gem5::networking::IpPtr::p, gem5::networking::IpHdr::proto(), gem5::networking::IpPtr::pstart(), and gem5::ArmISA::set.
|
protected |
|
protected |
Definition at line 762 of file inet.hh.
Referenced by get(), get(), operator bool(), operator!(), packet(), packet(), and set().