mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
8 lines
171 B
C
8 lines
171 B
C
|
|
#define IOCTL_TEST_TDI 1
|
|
#define IOCTL_TEST_CONNECT 2
|
|
|
|
/* For the TDI_CONNECT test */
|
|
#define TEST_CONNECT_SERVER_PORT 12345
|
|
#define TEST_CONNECT_CLIENT_PORT 54321
|