reactos/rostests/kmtests/tcpip/tcpip.h
Jérôme Gardou fcddf62f18 [KMTEST/TCPIP]
- Add tests checking for TDI_CONNECT behaviour.

svn path=/trunk/; revision=66180
2015-02-06 10:49:04 +00:00

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