|
gem5
|
#include <ethertap.hh>
Public Member Functions | |
| EtherTapInt (const std::string &name, EtherTapBase *t) | |
| bool | recvPacket (EthPacketPtr pkt) override |
| void | sendDone () override |
Public Member Functions inherited from EtherInt | |
| EtherInt (const std::string &name) | |
| virtual | ~EtherInt () |
| const std::string & | name () const |
| Return port name (for DPRINTF). More... | |
| void | setPeer (EtherInt *p) |
| EtherInt * | getPeer () |
| void | recvDone () |
| bool | sendPacket (EthPacketPtr packet) |
| bool | askBusy () |
| virtual bool | isBusy () |
Private Attributes | |
| EtherTapBase * | tap |
Additional Inherited Members | |
Protected Attributes inherited from EtherInt | |
| std::string | portName |
| EtherInt * | peer |
Definition at line 129 of file ethertap.hh.
|
inline |
Definition at line 134 of file ethertap.hh.
|
inlineoverridevirtual |
Implements EtherInt.
Definition at line 138 of file ethertap.hh.
References EtherTapBase::recvSimulated(), and tap.
|
inlineoverridevirtual |
Implements EtherInt.
Definition at line 140 of file ethertap.hh.
|
private |
Definition at line 132 of file ethertap.hh.
Referenced by recvPacket().