Searched refs:EtherTapBase (Results 1 - 3 of 3) sorted by relevance

/gem5/src/dev/net/
H A Dethertap.hh58 class EtherTapBase : public SimObject class in inherits:SimObject
62 EtherTapBase(const Params *p);
63 virtual ~EtherTapBase();
118 EtherTapBase *tap;
120 EtherTapInt(const std::string &name, EtherTapBase *t) :
138 class EtherTapStub : public EtherTapBase
173 class EtherTap : public EtherTapBase
H A Dethertap.cc77 EtherTapBase *tap;
80 TapEvent(EtherTapBase *_tap, int fd, int e)
94 EtherTapBase::EtherTapBase(const Params *p) function in class:EtherTapBase
97 txEvent([this]{ retransmit(); }, "EtherTapBase retransmit")
103 EtherTapBase::~EtherTapBase()
111 EtherTapBase::serialize(CheckpointOut &cp) const
128 EtherTapBase::unserialize(CheckpointIn &cp)
146 EtherTapBase
[all...]
H A DEthernet.py105 class EtherTapBase(SimObject): class in inherits:SimObject
106 type = 'EtherTapBase'
114 class EtherTap(EtherTapBase):
121 class EtherTapStub(EtherTapBase):

Completed in 8 milliseconds