gem5
|
#include <inet.hh>
Public Member Functions | |
EthPtr () | |
EthPtr (const EthPacketPtr &ptr) | |
EthHdr * | operator-> () |
EthHdr & | operator* () |
operator EthHdr * () | |
const EthHdr * | operator-> () const |
const EthHdr & | operator* () const |
operator const EthHdr * () const | |
const EthPtr & | operator= (const EthPacketPtr &ptr) |
const EthPacketPtr | packet () const |
EthPacketPtr | packet () |
bool | operator! () const |
operator bool () const | |
int | off () const |
int | pstart () const |
Protected Attributes | |
EthPacketPtr | p |
Friends | |
class | IpPtr |
class | Ip6Ptr |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
Definition at line 166 of file inet.hh.
Referenced by Net::Ip6Ptr::Ip6Ptr(), Net::IpPtr::IpPtr(), operator bool(), operator const EthHdr *(), operator EthHdr *(), operator!(), operator*(), operator->(), operator=(), Net::IpPtr::operator=(), Net::Ip6Ptr::operator=(), packet(), and pstart().