gem5
v20.0.0.3
|
#include <socket.hh>
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 |
|
virtual |
Definition at line 145 of file socket.cc.
References fd, ArmISA::i, and warn.
Referenced by Terminal::accept(), VncServer::accept(), BaseRemoteGDB::connect(), Trace::NativeTrace::NativeTrace(), and TEST().
|
static |
Definition at line 70 of file socket.cc.
Referenced by EtherTapStub::EtherTapStub(), Terminal::listen(), BaseRemoteGDB::listen(), VncServer::listen(), Trace::NativeTrace::NativeTrace(), pybind_init_core(), and TEST().
|
staticprotected |
Definition at line 54 of file socket.cc.
Referenced by MockListenSocket::~MockListenSocket().
|
static |
Definition at line 62 of file socket.cc.
References panic.
Referenced by pybind_init_core(), and TEST().
|
inline |
Definition at line 63 of file socket.hh.
References fd.
Referenced by Terminal::listen(), BaseRemoteGDB::listen(), VncServer::listen(), and TEST().
|
inline |
Definition at line 64 of file socket.hh.
References listening.
Referenced by Terminal::accept(), VncServer::accept(), BaseRemoteGDB::connect(), BaseRemoteGDB::port(), and TEST().
|
virtual |
Definition at line 99 of file socket.cc.
References anyListening, bindToLoopback, fd, ArmISA::i, listening, and panic.
Referenced by Terminal::listen(), BaseRemoteGDB::listen(), VncServer::listen(), Trace::NativeTrace::NativeTrace(), and TEST().
|
static |
|
staticprotected |
|
staticprotected |
|
protected |
|
protected |
Definition at line 47 of file socket.hh.
Referenced by islistening(), and listen().
|
staticprotected |