gem5
v19.0.0.0
|
#include <inet.hh>
Public Member Functions | |
uint8_t | version () const |
uint32_t | flow () const |
uint16_t | plen () const |
uint16_t | hlen () const |
uint8_t | nxt () const |
uint8_t | hlim () const |
const uint8_t * | src () const |
const uint8_t * | dst () const |
int | extensionLength () const |
const Ip6Opt * | getExt (uint8_t ext) const |
const Ip6Opt * | fragmentExt () const |
const Ip6Opt * | rtTypeExt () const |
const Ip6Opt * | dstOptExt () const |
uint8_t | proto () const |
void | plen (uint16_t _plen) |
int | size () const |
const uint8_t * | bytes () const |
const uint8_t * | payload () const |
uint8_t * | bytes () |
uint8_t * | payload () |
|
inline |
Definition at line 373 of file inet.hh.
References ArmISA::ext.
int Net::Ip6Hdr::extensionLength | ( | ) | const |
Definition at line 293 of file inet.cc.
References data, ArmISA::ext, IP6_EXTENSION, ArmISA::len, Net::Ip6Opt::len(), and Net::Ip6Opt::nxt().
Referenced by Net::__tu_cksum6().
const Ip6Opt * Net::Ip6Hdr::getExt | ( | uint8_t | ext | ) | const |
Definition at line 316 of file inet.cc.
References data, IP6_EXTENSION, Net::Ip6Opt::len(), and Net::Ip6Opt::nxt().
|
inline |
Definition at line 386 of file inet.hh.
References Net::EthAddr::bytes().
Referenced by Net::__tu_cksum6().
|
inline |
Definition at line 389 of file inet.hh.
References Net::EthAddr::bytes().
|
inline |
Definition at line 367 of file inet.hh.
Referenced by Net::__tu_cksum6(), and IGbE::TxDescCache::pktComplete().
uint8_t Net::Ip6Hdr::proto | ( | ) | const |
Definition at line 342 of file inet.cc.
References data, ArmISA::ext, IP6_EXTENSION, Net::Ip6Opt::len(), and Net::Ip6Opt::nxt().
Referenced by Net::__tu_cksum6().
|
inline |
Definition at line 372 of file inet.hh.
Referenced by Net::__tu_cksum6().