~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to agent/mibgroup/snmpv3/snmpEngine.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2004-09-13 12:06:21 UTC
  • Revision ID: james.westby@ubuntu.com-20040913120621-g952ntonlleihcvm
Tags: upstream-5.1.1
ImportĀ upstreamĀ versionĀ 5.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * snmpEngine.h
 
3
 *
 
4
 * This file was generated by mib2c and is intended for use as a mib module
 
5
 * for the ucd-snmp snmpd agent.
 
6
 */
 
7
 
 
8
 
 
9
#ifndef _MIBGROUP_SNMPENGINE_H
 
10
#define _MIBGROUP_SNMPENGINE_H
 
11
 
 
12
/*
 
13
 * we use header_generic and checkmib from the util_funcs module 
 
14
 */
 
15
 
 
16
config_require(util_funcs)
 
17
config_add_mib(SNMP-FRAMEWORK-MIB)
 
18
 
 
19
    /*
 
20
     * Magic number definitions: 
 
21
     */
 
22
#define   SNMPENGINEID          1
 
23
#define   SNMPENGINEBOOTS       2
 
24
#define   SNMPENGINETIME        3
 
25
#define   SNMPENGINEMAXMESSAGESIZE  4
 
26
    /*
 
27
     * function definitions 
 
28
     */
 
29
     extern void     init_snmpEngine(void);
 
30
     extern FindVarMethod var_snmpEngine;
 
31
 
 
32
#endif                          /* _MIBGROUP_SNMPENGINE_H */