gem5
v20.0.0.3
|
Public Member Functions | |
~MockListenSocket () | |
![]() | |
ListenSocket () | |
virtual | ~ListenSocket () |
virtual int | accept (bool nodelay=false) |
virtual bool | listen (int port, bool reuse=true) |
int | getfd () const |
bool | islistening () const |
Additional Inherited Members | |
![]() | |
static void | disableAll () |
static bool | allDisabled () |
static void | loopbackOnly () |
![]() | |
static void | cleanup () |
![]() | |
bool | listening |
int | fd |
![]() | |
static bool | listeningDisabled = false |
static bool | anyListening = false |
static bool | bindToLoopback = false |
Definition at line 41 of file socket.test.cc.
|
inline |
Definition at line 49 of file socket.test.cc.
References ListenSocket::cleanup().