ConOpSys V2970  P004.07
ANVILEX control operating system
snmp_snmpv2_framework.h
Go to the documentation of this file.
1 /*
2 Generated by LwipMibCompiler
3 */
4 
5 #ifndef LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
6 #define LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
7 
8 #include "lwip/apps/snmp_opts.h"
9 #if LWIP_SNMP
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif /* __cplusplus */
14 
15 #include "lwip/apps/snmp_core.h"
16 
17 extern const struct snmp_obj_id usmNoAuthProtocol;
18 extern const struct snmp_obj_id usmHMACMD5AuthProtocol;
19 extern const struct snmp_obj_id usmHMACSHAAuthProtocol;
20 
21 extern const struct snmp_obj_id usmNoPrivProtocol;
22 extern const struct snmp_obj_id usmDESPrivProtocol;
23 extern const struct snmp_obj_id usmAESPrivProtocol;
24 
25 extern const struct snmp_mib snmpframeworkmib;
26 
27 #ifdef __cplusplus
28 }
29 #endif /* __cplusplus */
30 
31 #endif /* LWIP_SNMP */
32 #endif /* LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H */