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.

59 lines
1.4 KiB

  1. /*++
  2. Copyright (c) 1992-1997 Microsoft Corporation
  3. Module Name:
  4. trapthrd.h
  5. Abstract:
  6. Contains definitions for trap processing thread.
  7. Environment:
  8. User Mode - Win32
  9. Revision History:
  10. 10-Feb-1997 DonRyan
  11. Rewrote to implement SNMPv2 support.
  12. --*/
  13. #ifndef _TRAPTHRD_H_
  14. #define _TRAPTHRD_H_
  15. ///////////////////////////////////////////////////////////////////////////////
  16. // //
  17. // Header files //
  18. // //
  19. ///////////////////////////////////////////////////////////////////////////////
  20. #include "network.h"
  21. ///////////////////////////////////////////////////////////////////////////////
  22. // //
  23. // Public prototypes //
  24. // //
  25. ///////////////////////////////////////////////////////////////////////////////
  26. BOOL
  27. ProcessSubagentEvents(
  28. );
  29. BOOL
  30. GenerateTrap(
  31. PSNMP_PDU pPdu
  32. );
  33. BOOL
  34. GenerateColdStartTrap(
  35. );
  36. BOOL
  37. GenerateAuthenticationTrap(
  38. );
  39. #endif // _TRAPTHRD_H_