system_mib.h
资源名称:snmp.src.rar [点击查看]
上传用户:cxs890
上传日期:2021-05-22
资源大小:347k
文件大小:1k
源码类别:
SNMP编程
开发平台:
C/C++
- /*
- * System MIB group interface - system.h
- *
- */
- #ifndef _MIBGROUP_SYSTEM_H
- #define _MIBGROUP_SYSTEM_H
- #ifdef __cplusplus
- #include "asn1.h"
- extern "C" {
- #endif
- config_require(util_funcs)
- void init_mib_system (void);
- extern FindVarMethod var_system;
- void init_system_mib(void);/*** sun define 2000.03.14 ***/
- #define SYSDESCR 1
- #define SYSOBJECTID 2
- #define SYSUPTIME 3
- #define SYSCONTACT 4
- #define SYSNAME 5
- #define SYSLOCATION 6
- #define SYSSERVICES 7
- #ifndef SWITCH
- #define HOSTNAME_MAX_LEN 24
- #endif
- #ifdef __cplusplus
- }
- #endif
- #endif /* _MIBGROUP_SYSTEM_H */