blob: 42ec6e53d7744a3b76beb0fccb94fec99be6284e (
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
|
/*
* Note: this file originally auto-generated by mib2c using
* : generic-table-oids.m2c 12855 2005-09-27 15:56:08Z rstory $
*
* $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 SESSIONTABLE_MIN_COL COLUMN_SESSID
#define SESSIONTABLE_MAX_COL COLUMN_SESCALLEDSID
#ifdef __cplusplus
}
#endif
#endif /* SESSIONTABLE_OIDS_H */
|