~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to agent/mibgroup/ip-mib/ipSystemStatsTable/ipSystemStatsTable_interface.h

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-05-10 22:20:23 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20070510222023-3fr07xb9i17xvq32
Tags: upstream-5.3.1
ImportĀ upstreamĀ versionĀ 5.3.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 * Note: this file originally auto-generated by mib2c using
3
 
 *       version : 1.42 $ of : mfd-interface.m2c,v $
 
3
 *       version : 1.67 $ of : mfd-interface.m2c,v $
4
4
 *
5
 
 * $Id: ipSystemStatsTable_interface.h,v 1.4 2004/10/16 00:31:18 rstory Exp $
 
5
 * $Id: ipSystemStatsTable_interface.h,v 1.5.2.1 2006/01/25 16:26:39 dts12 Exp $
6
6
 */
7
 
/** @defgroup interface: Routines to interface to Net-SNMP
 
7
/** @ingroup interface Routines to interface to Net-SNMP
8
8
 *
9
9
 * \warning This code should not be modified, called directly,
10
10
 *          or used to interpret functionality. It is subject to
43
43
 
44
44
#include "ipSystemStatsTable.h"
45
45
 
 
46
 
46
47
    /*
47
48
     ********************************************************************
48
49
     * Table declarations
52
53
     * PUBLIC interface initialization routine 
53
54
     */
54
55
    void
 
56
     
 
57
        
 
58
        
 
59
        
 
60
        
 
61
        
 
62
        
 
63
        
 
64
        
 
65
        
 
66
        
 
67
        
 
68
        
 
69
        
 
70
        
55
71
        _ipSystemStatsTable_initialize_interface
56
 
        (ipSystemStatsTable_registration_ptr user_ctx, u_long flags);
 
72
        (ipSystemStatsTable_registration * user_ctx, u_long flags);
 
73
    void
 
74
     
 
75
        
 
76
        
 
77
        
 
78
        
 
79
        
 
80
        
 
81
        
 
82
        
 
83
        
 
84
        
 
85
        
 
86
        
 
87
        
 
88
        
 
89
        _ipSystemStatsTable_shutdown_interface
 
90
        (ipSystemStatsTable_registration * user_ctx);
 
91
 
 
92
         
 
93
         
 
94
         
 
95
         
 
96
         
 
97
         
 
98
        ipSystemStatsTable_registration
 
99
        * ipSystemStatsTable_registration_get(void);
 
100
 
 
101
         
 
102
         
 
103
         
 
104
         
 
105
         
 
106
         
 
107
        ipSystemStatsTable_registration
 
108
        * ipSystemStatsTable_registration_set
 
109
        (ipSystemStatsTable_registration * newreg);
 
110
 
 
111
    netsnmp_container *ipSystemStatsTable_container_get(void);
 
112
    int             ipSystemStatsTable_container_size(void);
 
113
 
 
114
         
 
115
         
 
116
         
 
117
         
 
118
         
57
119
         
58
120
        ipSystemStatsTable_rowreq_ctx
59
 
        *
60
 
        ipSystemStatsTable_allocate_rowreq_ctx(ipSystemStatsTable_data *);
 
121
        * ipSystemStatsTable_allocate_rowreq_ctx(ipSystemStatsTable_data *,
 
122
                                                 void *);
61
123
    void
 
124
     
 
125
        
 
126
        
 
127
        
 
128
        
 
129
        
 
130
        
 
131
        
 
132
        
 
133
        
 
134
        
 
135
        
 
136
        
 
137
        
 
138
        
62
139
        ipSystemStatsTable_release_rowreq_ctx(ipSystemStatsTable_rowreq_ctx
63
140
                                              * rowreq_ctx);
64
141
 
75
152
     * access to certain internals. use with caution!
76
153
     */
77
154
    void
 
155
     
 
156
        
 
157
        
 
158
        
 
159
        
 
160
        
 
161
        
 
162
        
 
163
        
 
164
        
78
165
             ipSystemStatsTable_valid_columns_set(netsnmp_column_info *vc);
79
166
 
80
167
 
82
169
}
83
170
#endif
84
171
#endif                          /* IPSYSTEMSTATSTABLE_INTERFACE_H */
 
172
/**  @} */
 
173