rename net to network
[reactos.git] / reactos / drivers / network / tcpip / include / datagram.h
1 /*
2 * COPYRIGHT: See COPYING in the top level directory
3 * PROJECT: ReactOS TCP/IP protocol driver
4 * FILE: include/datagram.h
5 * PURPOSE: Datagram types and constants
6 */
7 #ifndef __DATAGRAM_H
8 #define __DATAGRAM_H
9
10 #include <titypes.h>
11
12
13 VOID DGDeliverData(
14 PADDRESS_FILE AddrFile,
15 PIP_ADDRESS SrcAddress,
16 PIP_ADDRESS DstAddress,
17 USHORT SrcPort,
18 USHORT DstPort,
19 PIP_PACKET IPPacket,
20 UINT DataSize);
21
22 #endif /* __DATAGRAM_H */
23
24 /* EOF */