|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ntstatus.h>#include <stdio.h>#include <apitest.h>#include <ws2tcpip.h>#include <ndk/rtlfuncs.h>#include <ndk/mmfuncs.h>

Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | _INC_WINDOWS |
| #define | COM_NO_WINDOWS_H |
| #define | SCKTEST(_cmd_) |
Functions | |
| int | CreateSocket (SOCKET *sck) |
| int | ConnectToReactOSWebsite (SOCKET sck) |
| int | GetRequestAndWait (SOCKET sck) |
Variables | |
| HANDLE | g_hHeap |
| #define SCKTEST | ( | _cmd_ | ) |
Definition at line 27 of file helpers.c.
Referenced by Test_ioctlsocket(), Test_recv(), and Test_WSARecv().
Definition at line 45 of file helpers.c.
Referenced by Test_ioctlsocket(), and Test_recv().