ReactOS 0.4.16-dev-297-gc569aee
snmp_snmpv2_framework.h
Go to the documentation of this file.
1/*
2Generated by LwipMibCompiler
3*/
4
5#ifndef LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
6#define LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
7
9#if LWIP_SNMP
10
11#ifdef __cplusplus
12extern "C" {
13#endif /* __cplusplus */
14
15#include "lwip/apps/snmp_core.h"
16
17extern const struct snmp_obj_id usmNoAuthProtocol;
18extern const struct snmp_obj_id usmHMACMD5AuthProtocol;
19extern const struct snmp_obj_id usmHMACSHAAuthProtocol;
20
21extern const struct snmp_obj_id usmNoPrivProtocol;
22extern const struct snmp_obj_id usmDESPrivProtocol;
23extern const struct snmp_obj_id usmAESPrivProtocol;
24
25extern 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 */