[TCPIP] Remove duplicate declarations from ticonsts.h
[reactos.git] / drivers / network / tcpip / include / ticonsts.h
index 6d86b67..cf125d9 100644 (file)
 #define TCPIP_PROTOCOL_NAME     L"Tcpip"
 #endif /* _NTTEST_ */
 
 #define TCPIP_PROTOCOL_NAME     L"Tcpip"
 #endif /* _NTTEST_ */
 
-/* TCP/UDP/RawIP IOCTL code definitions */
-
-#define FSCTL_TCP_BASE     FILE_DEVICE_NETWORK
-
-#define _TCP_CTL_CODE(Function, Method, Access) \
-    CTL_CODE(FSCTL_TCP_BASE, Function, Method, Access)
-
-#define IOCTL_TCP_QUERY_INFORMATION_EX \
-    _TCP_CTL_CODE(0, METHOD_NEITHER, FILE_ANY_ACCESS)
-
-#define IOCTL_TCP_SET_INFORMATION_EX \
-    _TCP_CTL_CODE(1, METHOD_BUFFERED, FILE_WRITE_ACCESS)
-
-#define IOCTL_SET_IP_ADDRESS \
-    _TCP_CTL_CODE(14, METHOD_BUFFERED, FILE_WRITE_ACCESS)
-
-#define IOCTL_DELETE_IP_ADDRESS \
-    _TCP_CTL_CODE(16, METHOD_BUFFERED, FILE_WRITE_ACCESS)
-
 /* Unique error values for log entries */
 #define TI_ERROR_DRIVERENTRY 0
 
 /* Unique error values for log entries */
 #define TI_ERROR_DRIVERENTRY 0
 
-/* Internal status codes */
-#define IP_SUCCESS                 0x0000 /* Successful */
-#define IP_NO_RESOURCES            0x0001 /* Not enough free resources */
-#define IP_NO_ROUTE_TO_DESTINATION 0x0002 /* No route to destination */
-
 /* EOF */
 /* EOF */