blob: 01d84b60baa0129d43e6c4d0cb5cfdafc5b387aa (
plain)
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
47
48
49
50
51
52
53
54
55
|
/*
* Note: this file originally auto-generated by mib2c using
* : generic-table-oids.m2c 17548 2009-04-23 16:35:18Z hardaker $
*
* $Id:$
*/
#ifndef SESSIONTABLE_OIDS_H
#define SESSIONTABLE_OIDS_H
#ifdef __cplusplus
extern "C" {
#endif
/* column number definitions for table sessionTable */
#define SESSIONTABLE_OID 1,3,6,1,4,1,8072,100,2,1
#define COLUMN_SESSID 1
#define COLUMN_SESIFNAME 2
#define COLUMN_SESUSERNAME 3
#define COLUMN_SESIP 4
#define COLUMN_SESTYPE 5
#define COLUMN_SESSTATE 6
#define COLUMN_SESUPTIME 7
#define COLUMN_SESCALLINGSID 8
#define COLUMN_SESCALLEDSID 9
#define COLUMN_SESRXBYTES 10
#define COLUMN_SESRXPKTS 11
#define COLUMN_SESTXBYTES 12
#define COLUMN_SESTXPKTS 13
#define SESSIONTABLE_MIN_COL COLUMN_SESSID
#define SESSIONTABLE_MAX_COL COLUMN_SESTXPKTS
#ifdef __cplusplus
}
#endif
#endif /* SESSIONTABLE_OIDS_H */
|