b13222934386fce40af31ca78e51453b1079fd60
[reactos.git] / reactos / drivers / net / tcpip / include / rawip.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS TCP/IP protocol driver
4 * FILE: include/rawip.h
5 * PURPOSE: Raw IP types and constants
6 */
7 #ifndef __RAWIP_H
8 #define __RAWIP_H
9
10 NTSTATUS RawIPSendDatagram(
11 PTDI_REQUEST Request,
12 PTDI_CONNECTION_INFORMATION ConnInfo,
13 PNDIS_BUFFER Buffer,
14 ULONG DataSize);
15
16 NTSTATUS RawIPStartup(
17 VOID);
18
19 NTSTATUS RawIPShutdown(
20 VOID);
21
22 #endif /* __RAWIP_H */
23
24 /* EOF */