Mistake on this page?
Report an issue in GitHub or email us
snmp_snmpv2_framework.h
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 */
SNMP core API for implementing MIBs.
SNMP server options list.
Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.