summaryrefslogtreecommitdiff
path: root/agent/mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable_data_access.h
blob: fadd3bcb966beeb08e5f8a02023e89c13b950bd7 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
/*
 * Note: this file originally auto-generated by mib2c using
 *       version : 1.17 $ of : mfd-data-access.m2c,v $
 *
 * $Id: ipSystemStatsTable_data_access.h 13768 2005-12-01 20:12:20Z rstory $
 */
#ifndef IPSYSTEMSTATSTABLE_DATA_ACCESS_H
#define IPSYSTEMSTATSTABLE_DATA_ACCESS_H

#ifdef __cplusplus
extern          "C" {
#endif


    /*
     *********************************************************************
     * function declarations
     */

    /*
     *********************************************************************
     * Table declarations
     */
/**********************************************************************
 **********************************************************************
 ***
 *** Table ipSystemStatsTable
 ***
 **********************************************************************
 **********************************************************************/
    /*
     * IP-MIB::ipSystemStatsTable is subid 1 of ipTrafficStats.
     * Its status is Current.
     * OID: .1.3.6.1.2.1.4.31.1, length: 9
     */


    int
     
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        ipSystemStatsTable_init_data(ipSystemStatsTable_registration *
                                     ipSystemStatsTable_reg);


    /*
     * TODO:180:o: Review ipSystemStatsTable cache timeout.
     * The number of seconds before the cache times out
     */
#define IPSYSTEMSTATSTABLE_CACHE_TIMEOUT   60

    void            ipSystemStatsTable_container_init(netsnmp_container
                                                      **container_ptr_ptr,
                                                      netsnmp_cache *
                                                      cache);
    void            ipSystemStatsTable_container_shutdown(netsnmp_container
                                                          *container_ptr);

    int             ipSystemStatsTable_container_load(netsnmp_container
                                                      *container);
    void            ipSystemStatsTable_container_free(netsnmp_container
                                                      *container);

    int             ipSystemStatsTable_cache_load(netsnmp_container
                                                  *container);
    void            ipSystemStatsTable_cache_free(netsnmp_container
                                                  *container);

    int
     
        
        
        
        
        
        
        
        
        
        
        
        
        
        
        ipSystemStatsTable_row_prep(ipSystemStatsTable_rowreq_ctx *
                                    rowreq_ctx);



#ifdef __cplusplus
}
#endif
#endif                          /* IPSYSTEMSTATSTABLE_DATA_ACCESS_H */