ReactOS
0.4.15-dev-5640-g0dde428
|
Go to the source code of this file.
Classes | |
struct | _ServiceInfo |
Typedefs | |
typedef struct _ServiceInfo | SERVICEINFO |
typedef struct _ServiceInfo * | PSERVICEINFO |
Functions | |
static VOID | UpdateStatus (PSERVICEINFO pServInfo, DWORD NewStatus, DWORD Check) |
static BOOL | CreateServers (PSERVICEINFO pServInfo) |
VOID WINAPI | ServerCtrlHandler (DWORD dwControl, DWORD dwEventType, LPVOID lpEventData, LPVOID lpContext) |
VOID WINAPI | ServiceMain (DWORD argc, LPWSTR argv[]) |
int | _tmain (int argc, LPTSTR argv []) |
Variables | |
static WCHAR | ServiceName [] = L"tcpsvcs" |
volatile BOOL | bShutdown = FALSE |
volatile BOOL | bPause = FALSE |
static SERVICES | Services [NUM_SERVICES] |
typedef struct _ServiceInfo * PSERVICEINFO |
typedef struct _ServiceInfo SERVICEINFO |
Definition at line 208 of file tcpsvcs.c.
|
static |
Definition at line 64 of file tcpsvcs.c.
Referenced by ServiceMain().
VOID WINAPI ServerCtrlHandler | ( | DWORD | dwControl, |
DWORD | dwEventType, | ||
LPVOID | lpEventData, | ||
LPVOID | lpContext | ||
) |
Definition at line 126 of file tcpsvcs.c.
Referenced by ServiceMain().
Definition at line 170 of file tcpsvcs.c.
Referenced by _tmain().
|
static |
Definition at line 37 of file tcpsvcs.c.
Referenced by CreateServers(), ServerCtrlHandler(), and ServiceMain().
Definition at line 17 of file tcpsvcs.c.
Referenced by ServerCtrlHandler().
Definition at line 16 of file tcpsvcs.c.
Referenced by AcceptConnections(), Adv_InitDialog(), EchoIncomingPackets(), GenerateChars(), ReceiveIncomingPackets(), ServerCtrlHandler(), and StartServer().
Definition at line 14 of file tcpsvcs.c.
Referenced by _tmain(), and ServiceMain().
|
static |
Definition at line 26 of file tcpsvcs.c.
Referenced by CreateServers(), and fw_profile_get_Services().