File: snmpv2-tc.h

package info (click to toggle)
scli 0.3.1-3.1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,872 kB
  • ctags: 8,627
  • sloc: ansic: 32,657; sh: 7,388; makefile: 321
file content (46 lines) | stat: -rw-r--r-- 1,109 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*							-- DO NOT EDIT --
 * Generated by smidump version 0.4.3:
 *   smidump -f scli SNMPv2-TC
 *
 * Derived from SNMPv2-TC:
 *
 * $Id: snmpv2-tc.h 1787 2006-02-21 20:45:55Z schoenw $
 */

#ifndef _SNMPV2_TC_H_
#define _SNMPV2_TC_H_

#include "gsnmp.h"

G_BEGIN_DECLS

/*
 * Tables to map enumerations to strings and vice versa.
 */

#define SNMPV2_TC_TRUTHVALUE_TRUE  1
#define SNMPV2_TC_TRUTHVALUE_FALSE 2

extern GNetSnmpEnum const snmpv2_tc_enums_TruthValue[];

#define SNMPV2_TC_ROWSTATUS_ACTIVE        1
#define SNMPV2_TC_ROWSTATUS_NOTINSERVICE  2
#define SNMPV2_TC_ROWSTATUS_NOTREADY      3
#define SNMPV2_TC_ROWSTATUS_CREATEANDGO   4
#define SNMPV2_TC_ROWSTATUS_CREATEANDWAIT 5
#define SNMPV2_TC_ROWSTATUS_DESTROY       6

extern GNetSnmpEnum const snmpv2_tc_enums_RowStatus[];

#define SNMPV2_TC_STORAGETYPE_OTHER       1
#define SNMPV2_TC_STORAGETYPE_VOLATILE    2
#define SNMPV2_TC_STORAGETYPE_NONVOLATILE 3
#define SNMPV2_TC_STORAGETYPE_PERMANENT   4
#define SNMPV2_TC_STORAGETYPE_READONLY    5

extern GNetSnmpEnum const snmpv2_tc_enums_StorageType[];


G_END_DECLS

#endif /* _SNMPV2_TC_H_ */