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.

44 lines
815 B

  1. #include <nt.h>
  2. #include <ntrtl.h>
  3. #include <nturtl.h>
  4. #include <windows.h>
  5. #include <stdio.h>
  6. #include <stdarg.h>
  7. #include <stdlib.h>
  8. #include <string.h>
  9. #include <crt\stddef.h>
  10. #include <crt\locale.h>
  11. #include <winsock.h>
  12. #include <objbase.h>
  13. #include <initguid.h>
  14. #include <mprapi.h>
  15. #include <iprtrmib.h>
  16. #include <ndispnp.h>
  17. #include <ntddip.h>
  18. #include <iphlpapi.h>
  19. #include <ipinfo.h>
  20. #include <iphlpstk.h>
  21. #include <nhapi.h>
  22. #include "strdefs.h"
  23. #include "route.h"
  24. #include "if.h"
  25. #include "addr.h"
  26. #include "arp.h"
  27. #include "ipkern.h"
  28. #define is ==
  29. #define isnot !=
  30. #define and &&
  31. #define or ||
  32. #define MAX_MSG_LENGTH 5120 //5K
  33. #define MAX_TOKEN_LENGTH 64
  34. typedef WCHAR ADDR_STRING[16];
  35. extern HMODULE g_hModule;