source: azure_iot_hub_f767zi/trunk/asp_baseplatform/lwip/lwip-2.1.2/src/include/lwip/apps/snmp_snmpv2_framework.h@ 457

Last change on this file since 457 was 457, checked in by coas-nagasima, 4 years ago

ファイルを追加

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/x-chdr;charset=UTF-8
File size: 749 bytes
Line 
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
8#include "lwip/apps/snmp_opts.h"
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 */
Note: See TracBrowser for help on using the repository browser.