summaryrefslogtreecommitdiff
path: root/agent/mibgroup/tlstm-mib/snmpTlstmParamsTable/snmpTlstmParamsTable.h
blob: ae33cacf1bc05de9753feb9c0e38c782394c099e (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
/*
 * Note: this file originally auto-generated by mib2c using
 *  $
 */
#ifndef SNMPTLSTMPARAMSTABLE_H
#define SNMPTLSTMPARAMSTABLE_H

#define SNMP_TLS_TM_PARAMS_COUNT   SNMP_TLS_TM_BASE, 2, 2, 1, 4
#define SNMP_TLS_TM_PARAMS_CHANGED SNMP_TLS_TM_BASE, 2, 2, 1, 5
#define SNMP_TLS_TM_PARAMS_TABLE   SNMP_TLS_TM_BASE, 2, 2, 1, 6

/* function declarations */
void init_snmpTlstmParamsTable(void);
void initialize_table_snmpTlstmParamsTable(void);
#define SNMPTLSTMPARAMSTABLE_TIMEOUT  60

/* index definitions for table snmpTlstmParamsTable */
#define SNMPTARGETPARAMSNAME_MAX_SIZE  32

/* column number definitions for table snmpTlstmParamsTable */
#define COLUMN_SNMPTLSTMPARAMSCLIENTFINGERPRINT    1
#define COLUMN_SNMPTLSTMPARAMSSTORAGETYPE    2
#define COLUMN_SNMPTLSTMPARAMSROWSTATUS    3
    
#define SNMPTLSTMPARAMSCLIENTFINGERPRINT_MAX_SIZE    255
    
#define SNMPTLSTMPARAMSTABLE_MIN_COLUMN COLUMN_SNMPTLSTMPARAMSCLIENTFINGERPRINT
#define SNMPTLSTMPARAMSTABLE_MAX_COLUMN COLUMN_SNMPTLSTMPARAMSROWSTATUS

#endif /* SNMPTLSTMPARAMSTABLE_H */