Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

79 lines
1.3 KiB

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. net\ip\wanarp\allinc.h
  5. Abstract:
  6. WAN ARP main header.
  7. Revision History:
  8. Gurdeep Singh Pall 7/31/95
  9. --*/
  10. #ifndef __WANARP_INC_H___
  11. #define __WANARP_INC_H___
  12. typedef unsigned long DWORD, *PDWORD;
  13. typedef unsigned short WORD, *PWORD;
  14. typedef unsigned char BYTE, *PBYTE;
  15. typedef void *PVOID;
  16. #include <ntddk.h>
  17. #include <ndis.h>
  18. #include <cxport.h>
  19. #include <ip.h>
  20. #include <ntddip.h>
  21. #include <ntddtcp.h>
  22. #include <tdiinfo.h>
  23. #include <ipinfo.h>
  24. #include <tcpinfo.h>
  25. #include <llinfo.h>
  26. #include <ipfilter.h>
  27. #include <tdistat.h>
  28. #include <tdi.h>
  29. #include <tdikrnl.h>
  30. #include <arpinfo.h>
  31. #include <guiddef.h>
  32. #include <crt\stdarg.h>
  33. #include <ipifcons.h>
  34. #include <wanpub.h>
  35. #include <ddwanarp.h>
  36. #define is ==
  37. #define isnot !=
  38. #define or ||
  39. #define and &&
  40. #include "llipif.h"
  41. #include "debug.h"
  42. #include "rwlock.h"
  43. #include <bpool.h>
  44. #include "wanarp.h"
  45. #include "globals.h"
  46. #include "adapter.h"
  47. #include "ioctl.h"
  48. #include "conn.h"
  49. #include "driver.h"
  50. #include "info.h"
  51. #include "rcv.h"
  52. #include "send.h"
  53. #include "guid.h"
  54. #endif // __WANARP_INC_H___