snmpv3_api.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. #ifndef NET_SNMP_SNMPV3_H
  2. #define NET_SNMP_SNMPV3_H
  3.     /**
  4.      *  Library API routines concerned with SNMPv3 handling.
  5.      *
  6.      *  Most of these would typically not be used directly,
  7.      *     but be invoked via version-independent API routines.
  8.      */
  9. #include <net-snmp/types.h>
  10.     /*
  11.      *  For the initial release, this will just refer to the
  12.      *  relevant UCD header files.
  13.      *    In due course, the routines relevant to this area of the
  14.      *  API will be identified, and listed here directly.
  15.      *
  16.      *  But for the time being, this header file is a placeholder,
  17.      *  to allow application writers to adopt the new header file names.
  18.      */
  19. #include <net-snmp/library/snmp_api.h>
  20. #include <net-snmp/library/callback.h>
  21. #include <net-snmp/library/snmpv3.h>
  22. #include <net-snmp/library/transform_oids.h>
  23. #include <net-snmp/library/keytools.h>
  24. #include <net-snmp/library/scapi.h>
  25. #include <net-snmp/library/lcd_time.h>
  26. #ifdef USE_INTERNAL_MD5
  27. #include <net-snmp/library/md5.h>
  28. #endif
  29. #include <net-snmp/library/snmp_secmod.h>
  30. #include <net-snmp/library/snmpv3-security-includes.h>
  31. #endif                          /* NET_SNMP_SNMPV3_H */