gem5  v20.0.0.3
Public Member Functions | Static Public Member Functions | Static Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
ListenSocket Class Reference

#include <socket.hh>

Inheritance diagram for ListenSocket:
MockListenSocket

Public Member Functions

 ListenSocket ()
 
virtual ~ListenSocket ()
 
virtual int accept (bool nodelay=false)
 
virtual bool listen (int port, bool reuse=true)
 
int getfd () const
 
bool islistening () const
 

Static Public Member Functions

static void disableAll ()
 
static bool allDisabled ()
 
static void loopbackOnly ()
 

Static Protected Member Functions

static void cleanup ()
 

Protected Attributes

bool listening
 
int fd
 

Static Protected Attributes

static bool listeningDisabled = false
 
static bool anyListening = false
 
static bool bindToLoopback = false
 

Detailed Description

Definition at line 32 of file socket.hh.

Constructor & Destructor Documentation

◆ ListenSocket()

ListenSocket::ListenSocket ( )

Definition at line 87 of file socket.cc.

◆ ~ListenSocket()

ListenSocket::~ListenSocket ( )
virtual

Definition at line 91 of file socket.cc.

References fd.

Member Function Documentation

◆ accept()

int ListenSocket::accept ( bool  nodelay = false)
virtual

◆ allDisabled()

bool ListenSocket::allDisabled ( )
static

◆ cleanup()

void ListenSocket::cleanup ( )
staticprotected

Definition at line 54 of file socket.cc.

Referenced by MockListenSocket::~MockListenSocket().

◆ disableAll()

void ListenSocket::disableAll ( )
static

Definition at line 62 of file socket.cc.

References panic.

Referenced by pybind_init_core(), and TEST().

◆ getfd()

int ListenSocket::getfd ( ) const
inline

Definition at line 63 of file socket.hh.

References fd.

Referenced by Terminal::listen(), BaseRemoteGDB::listen(), VncServer::listen(), and TEST().

◆ islistening()

bool ListenSocket::islistening ( ) const
inline

Definition at line 64 of file socket.hh.

References listening.

Referenced by Terminal::accept(), VncServer::accept(), BaseRemoteGDB::connect(), BaseRemoteGDB::port(), and TEST().

◆ listen()

bool ListenSocket::listen ( int  port,
bool  reuse = true 
)
virtual

◆ loopbackOnly()

void ListenSocket::loopbackOnly ( )
static

Definition at line 76 of file socket.cc.

References panic.

Referenced by pybind_init_core().

Member Data Documentation

◆ anyListening

bool ListenSocket::anyListening = false
staticprotected

Definition at line 36 of file socket.hh.

Referenced by listen().

◆ bindToLoopback

bool ListenSocket::bindToLoopback = false
staticprotected

Definition at line 38 of file socket.hh.

Referenced by listen().

◆ fd

int ListenSocket::fd
protected

Definition at line 48 of file socket.hh.

Referenced by accept(), getfd(), listen(), and ~ListenSocket().

◆ listening

bool ListenSocket::listening
protected

Definition at line 47 of file socket.hh.

Referenced by islistening(), and listen().

◆ listeningDisabled

bool ListenSocket::listeningDisabled = false
staticprotected

Definition at line 35 of file socket.hh.


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

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