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

/gem5/src/dev/net/
H A Dethertap.cc248 EtherTapStub *tap;
252 TapListener(EtherTapStub *t, int p) : event(NULL), tap(t), port(p) {}
288 EtherTapStub::EtherTapStub(const Params *p) : EtherTapBase(p), socket(-1) function in class:EtherTapStub
291 fatal("All listeners are disabled! EtherTapStub can't work!");
297 EtherTapStub::~EtherTapStub()
303 EtherTapStub::serialize(CheckpointOut &cp) const
313 EtherTapStub::unserialize(CheckpointIn &cp)
324 EtherTapStub
[all...]
H A Dethertap.hh51 #include "params/EtherTapStub.hh"
138 class EtherTapStub : public EtherTapBase class in inherits:EtherTapBase
142 EtherTapStub(const Params *p);
143 ~EtherTapStub();
H A DEthernet.py121 class EtherTapStub(EtherTapBase): class in inherits:EtherTapBase
122 type = 'EtherTapStub'

Completed in 8 milliseconds