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

/gem5/src/dev/net/
H A Dethertap.hh47 #include "params/EtherTap.hh"
173 class EtherTap : public EtherTapBase class in inherits:EtherTapBase
177 EtherTap(const Params *p);
178 ~EtherTap();
H A Dethertap.cc176 DPRINTF(Ethernet, "EtherTap sim->real len=%d\n", packet->length);
195 DPRINTF(Ethernet, "EtherTap real->sim len=%d\n", packet->length);
217 DPRINTF(Ethernet, "EtherTap retransmit\n");
404 EtherTap::EtherTap(const Params *p) : EtherTapBase(p) function in class:EtherTap
422 EtherTap::~EtherTap()
430 EtherTap::recvReal(int revent)
451 EtherTap::sendReal(const void *data, size_t len)
474 EtherTap *
[all...]
H A DEthernet.py114 class EtherTap(EtherTapBase): class in inherits:EtherTapBase
115 type = 'EtherTap'

Completed in 9 milliseconds