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.

90 lines
1.5 KiB

  1. extern ULONG IPSecNumResets;
  2. #if DBG
  3. extern ULONG NumAddSA;
  4. extern ULONG NumAddSU;
  5. extern ULONG NumAddFA;
  6. extern ULONG NumDelSA;
  7. extern ULONG NumDelSU;
  8. extern ULONG NumDelFA;
  9. extern ULONG NumReset;
  10. extern ULONG NumAddEncapSA;
  11. extern ULONG NumAddEncapSU;
  12. extern ULONG NumAddEncapFA;
  13. extern ULONG NumDelEncapSA;
  14. extern ULONG NumDelEncapSU;
  15. extern ULONG NumDelEncapFA;
  16. #endif
  17. //
  18. // Max timeout value (in seconds) for each class.
  19. //
  20. extern ULONG IPSecMaxTimerValue[];
  21. //
  22. // Size of each timer wheel.
  23. //
  24. extern ULONG IPSecTimerListSize[];
  25. //
  26. // Interval between ticks, in seconds, for each class.
  27. //
  28. extern ULONG IPSecTimerPeriod[];
  29. #if GPC
  30. extern ULONG DebugGPC;
  31. #endif
  32. extern AUTH_ALGO auth_algorithms[];
  33. extern CONFID_ALGO conf_algorithms[];
  34. #if DBG
  35. extern ULONG IPSecDebug;
  36. #endif
  37. extern UCHAR DefaultPad[];
  38. #if DBG
  39. extern IPAddr DebugSrc;
  40. extern IPAddr DebugDst;
  41. extern UCHAR DebugPro;
  42. extern ULONG DebugPkt;
  43. extern ULONG DebugOff;
  44. extern ULONG DebugQry;
  45. #endif
  46. extern RC4_KEYSTRUCT IPSecRngKey;
  47. extern WORK_QUEUE_ITEM IPSecRngQueueItem;
  48. extern ULONG IPSecRngBytes;
  49. #if DBG
  50. extern ULONG IPSecRngInRekey;
  51. #endif
  52. extern unsigned char weak_keys[][DES_BLOCKLEN];
  53. extern PDEVICE_OBJECT IPSecDevice;
  54. extern ULONG IPSecInitFlag;
  55. extern IPSEC_GLOBAL g_ipsec;
  56. extern LARGE_INTEGER IPSecDelayInterval;
  57. extern DWORD gdwInitEsp;
  58. extern DWORD gdwInitAh;
  59. extern PPARSER_IFENTRY gpParserIfEntry;