Searched refs:EtherTapInt (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/net/
H A Dethertap.hh56 class EtherTapInt;
100 EtherTapInt *interface;
115 class EtherTapInt : public EtherInt class in inherits:EtherInt
120 EtherTapInt(const std::string &name, EtherTapBase *t) : function in class:EtherTapInt
H A Dethertap.cc100 interface = new EtherTapInt(name() + ".interface", this);

Completed in 3 milliseconds