summaryrefslogtreecommitdiff
path: root/agent/mibgroup/sctp-mib/sctpAssocRemAddrTable.h
blob: 5068561ec00a6b1013fffb03594e42f44988f289 (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/*
 * Note: this file originally auto-generated by mib2c using
 *  $
 */
#ifndef SCTPASSOCREMADDRTABLE_H
#define SCTPASSOCREMADDRTABLE_H

#include "sctpTables_common.h"

/*
 * function declarations 
 */
void            init_sctpAssocRemAddrTable(void);
void            shutdown_sctpAssocRemAddrTable(void);
void            initialize_table_sctpAssocRemAddrTable(void);
void            shutdown_table_sctpAssocRemAddrTable(void);
Netsnmp_Node_Handler sctpAssocRemAddrTable_handler;

/*
 * column number definitions for table sctpAssocRemAddrTable 
 */
#define COLUMN_SCTPASSOCREMADDRTYPE		1
#define COLUMN_SCTPASSOCREMADDR		2
#define COLUMN_SCTPASSOCREMADDRACTIVE		3
#define COLUMN_SCTPASSOCREMADDRHBACTIVE		4
#define COLUMN_SCTPASSOCREMADDRRTO		5
#define COLUMN_SCTPASSOCREMADDRMAXPATHRTX		6
#define COLUMN_SCTPASSOCREMADDRRTX		7
#define COLUMN_SCTPASSOCREMADDRSTARTTIME		8


#define SCTP_ASSOC_REM_ADDR_TABLE_INDEX_SIZE 100
/** Typical data structure for a row entry */
struct sctpAssocRemAddrTable_entry_s {
    netsnmp_index   oid_index;
    oid             oid_tmp[SCTP_ASSOC_REM_ADDR_TABLE_INDEX_SIZE];

    /*
     * Index values 
     */
    u_long          sctpAssocId;
    u_long          sctpAssocRemAddrType;
    char            sctpAssocRemAddr[SCTP_IPADDRESS_SIZE];
    u_long          sctpAssocRemAddr_len;

    /*
     * Column values 
     */
    long            sctpAssocRemAddrActive;
    long            sctpAssocRemAddrHBActive;
    u_long          sctpAssocRemAddrRTO;
    u_long          sctpAssocRemAddrMaxPathRtx;
    u_long          sctpAssocRemAddrRtx;
    u_long          sctpAssocRemAddrStartTime;

    int             valid;
};

sctpAssocRemAddrTable_entry *sctpAssocRemAddrTable_entry_create(void);
int
sctpAssocRemAddrTable_entry_update_index(sctpAssocRemAddrTable_entry *
                                         entry);
void
sctpAssocRemAddrTable_entry_copy(sctpAssocRemAddrTable_entry * from,
                                 sctpAssocRemAddrTable_entry * to);
void
sctpAssocRemAddrTable_entry_free(sctpAssocRemAddrTable_entry * entry);

void
sctpAssocRemAddrTable_container_clear(netsnmp_container *container);

#endif                          /* SCTPASSOCREMADDRTABLE_H */