gem5  v20.0.0.3
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
TapListener Class Reference

Classes

class  Event
 

Public Member Functions

 TapListener (EtherTapStub *t, int p)
 
 ~TapListener ()
 
void listen ()
 

Protected Member Functions

void accept ()
 

Protected Attributes

Eventevent
 
ListenSocket listener
 
EtherTapStubtap
 
int port
 

Friends

class Event
 

Detailed Description

Definition at line 225 of file ethertap.cc.

Constructor & Destructor Documentation

◆ TapListener()

TapListener::TapListener ( EtherTapStub t,
int  p 
)
inline

Definition at line 250 of file ethertap.cc.

◆ ~TapListener()

TapListener::~TapListener ( )
inline

Definition at line 251 of file ethertap.cc.

References EtherTapBase::event.

Member Function Documentation

◆ accept()

void TapListener::accept ( )
protected

Definition at line 270 of file ethertap.cc.

References panic.

Referenced by TapListener::Event::process().

◆ listen()

void TapListener::listen ( )

Friends And Related Function Documentation

◆ Event

friend class Event
friend

Definition at line 239 of file ethertap.cc.

Member Data Documentation

◆ event

Event* TapListener::event
protected

Definition at line 240 of file ethertap.cc.

◆ listener

ListenSocket TapListener::listener
protected

Definition at line 245 of file ethertap.cc.

◆ port

int TapListener::port
protected

Definition at line 247 of file ethertap.cc.

◆ tap

EtherTapStub* TapListener::tap
protected

Definition at line 246 of file ethertap.cc.


The documentation for this class was generated from the following file:

Generated on Fri Jul 3 2020 15:53:21 for gem5 by doxygen 1.8.13