gem5
v19.0.0.0
|
Classes | |
class | Event |
Public Member Functions | |
TapListener (EtherTapStub *t, int p) | |
~TapListener () | |
void | listen () |
Protected Member Functions | |
void | accept () |
Protected Attributes | |
Event * | event |
ListenSocket | listener |
EtherTapStub * | tap |
int | port |
Friends | |
class | Event |
Definition at line 227 of file ethertap.cc.
|
inline |
Definition at line 252 of file ethertap.cc.
|
inline |
Definition at line 253 of file ethertap.cc.
References EtherTapBase::event.
|
protected |
Definition at line 272 of file ethertap.cc.
References panic.
Referenced by TapListener::Event::process().
void TapListener::listen | ( | ) |
Definition at line 259 of file ethertap.cc.
References ccprintf(), DPRINTF, EtherTapBase::event, Event::Event(), pollQueue, and PollQueue::schedule().
Referenced by EtherTapStub::EtherTapStub().
|
friend |
Definition at line 241 of file ethertap.cc.
|
protected |
Definition at line 242 of file ethertap.cc.
|
protected |
Definition at line 247 of file ethertap.cc.
|
protected |
Definition at line 249 of file ethertap.cc.
|
protected |
Definition at line 248 of file ethertap.cc.