reference/snmp/constants.xml
2f493dfdc26fe0736d693ceba7986af511729dbb
...
...
@@ -11,66 +11,60 @@
11
11
<varlistentry xml:id="constant.snmp-oid-output-suffix">
12
12
<term>
13
13
<constant>SNMP_OID_OUTPUT_SUFFIX</constant>
14
-
(<type>integer</type>)
14
+
(<type>int</type>)
15
15
</term>
16
16
<listitem>
17
17
<simpara>
18
-
As of 5.4.0
19
18
</simpara>
20
19
</listitem>
21
20
</varlistentry>
22
21
<varlistentry xml:id="constant.snmp-oid-output-module">
23
22
<term>
24
23
<constant>SNMP_OID_OUTPUT_MODULE</constant>
25
-
(<type>integer</type>)
24
+
(<type>int</type>)
26
25
</term>
27
26
<listitem>
28
27
<simpara>
29
-
As of 5.4.0
30
28
</simpara>
31
29
</listitem>
32
30
</varlistentry>
33
31
<varlistentry xml:id="constant.snmp-oid-output-full">
34
32
<term>
35
33
<constant>SNMP_OID_OUTPUT_FULL</constant>
36
-
(<type>integer</type>)
34
+
(<type>int</type>)
37
35
</term>
38
36
<listitem>
39
37
<simpara>
40
-
As of 5.2.0
41
38
</simpara>
42
39
</listitem>
43
40
</varlistentry>
44
41
<varlistentry xml:id="constant.snmp-oid-output-numeric">
45
42
<term>
46
43
<constant>SNMP_OID_OUTPUT_NUMERIC</constant>
47
-
(<type>integer</type>)
44
+
(<type>int</type>)
48
45
</term>
49
46
<listitem>
50
47
<simpara>
51
-
As of 5.2.0
52
48
</simpara>
53
49
</listitem>
54
50
</varlistentry>
55
51
<varlistentry xml:id="constant.snmp-oid-output-ucd">
56
52
<term>
57
53
<constant>SNMP_OID_OUTPUT_UCD</constant>
58
-
(<type>integer</type>)
54
+
(<type>int</type>)
59
55
</term>
60
56
<listitem>
61
57
<simpara>
62
-
As of 5.4.0
63
58
</simpara>
64
59
</listitem>
65
60
</varlistentry>
66
61
<varlistentry xml:id="constant.snmp-oid-output-none">
67
62
<term>
68
63
<constant>SNMP_OID_OUTPUT_NONE</constant>
69
-
(<type>integer</type>)
64
+
(<type>int</type>)
70
65
</term>
71
66
<listitem>
72
67
<simpara>
73
-
As of 5.4.0
74
68
</simpara>
75
69
</listitem>
76
70
</varlistentry>
...
...
@@ -84,7 +78,7 @@
84
78
<varlistentry xml:id="constant.snmp-value-library">
85
79
<term>
86
80
<constant>SNMP_VALUE_LIBRARY</constant>
87
-
(<type>integer</type>)
81
+
(<type>int</type>)
88
82
</term>
89
83
<listitem>
90
84
<simpara>
...
...
@@ -95,7 +89,7 @@
95
89
<varlistentry xml:id="constant.snmp-value-plain">
96
90
<term>
97
91
<constant>SNMP_VALUE_PLAIN</constant>
98
-
(<type>integer</type>)
92
+
(<type>int</type>)
99
93
</term>
100
94
<listitem>
101
95
<simpara>
...
...
@@ -106,7 +100,7 @@
106
100
<varlistentry xml:id="constant.snmp-value-object">
107
101
<term>
108
102
<constant>SNMP_VALUE_OBJECT</constant>
109
-
(<type>integer</type>)
103
+
(<type>int</type>)
110
104
</term>
111
105
<listitem>
112
106
<simpara>
...
...
@@ -125,7 +119,7 @@
125
119
<varlistentry xml:id="constant.snmp-bit-str">
126
120
<term>
127
121
<constant>SNMP_BIT_STR</constant>
128
-
(<type>integer</type>)
122
+
(<type>int</type>)
129
123
</term>
130
124
<listitem>
131
125
<simpara>
...
...
@@ -136,7 +130,7 @@
136
130
<varlistentry xml:id="constant.snmp-octet-str">
137
131
<term>
138
132
<constant>SNMP_OCTET_STR</constant>
139
-
(<type>integer</type>)
133
+
(<type>int</type>)
140
134
</term>
141
135
<listitem>
142
136
<simpara>
...
...
@@ -147,7 +141,7 @@
147
141
<varlistentry xml:id="constant.snmp-opaque">
148
142
<term>
149
143
<constant>SNMP_OPAQUE</constant>
150
-
(<type>integer</type>)
144
+
(<type>int</type>)
151
145
</term>
152
146
<listitem>
153
147
<simpara>
...
...
@@ -158,7 +152,7 @@
158
152
<varlistentry xml:id="constant.snmp-null">
159
153
<term>
160
154
<constant>SNMP_NULL</constant>
161
-
(<type>integer</type>)
155
+
(<type>int</type>)
162
156
</term>
163
157
<listitem>
164
158
<simpara>
...
...
@@ -169,7 +163,7 @@
169
163
<varlistentry xml:id="constant.snmp-object-id">
170
164
<term>
171
165
<constant>SNMP_OBJECT_ID</constant>
172
-
(<type>integer</type>)
166
+
(<type>int</type>)
173
167
</term>
174
168
<listitem>
175
169
<simpara>
...
...
@@ -180,7 +174,7 @@
180
174
<varlistentry xml:id="constant.snmp-ipaddress">
181
175
<term>
182
176
<constant>SNMP_IPADDRESS</constant>
183
-
(<type>integer</type>)
177
+
(<type>int</type>)
184
178
</term>
185
179
<listitem>
186
180
<simpara>
...
...
@@ -191,7 +185,7 @@
191
185
<varlistentry xml:id="constant.snmp-counter">
192
186
<term>
193
187
<constant>SNMP_COUNTER</constant>
194
-
(<type>integer</type>)
188
+
(<type>int</type>)
195
189
</term>
196
190
<listitem>
197
191
<simpara>
...
...
@@ -202,7 +196,7 @@
202
196
<varlistentry xml:id="constant.snmp-unsigned">
203
197
<term>
204
198
<constant>SNMP_UNSIGNED</constant>
205
-
(<type>integer</type>)
199
+
(<type>int</type>)
206
200
</term>
207
201
<listitem>
208
202
<simpara>
...
...
@@ -213,7 +207,7 @@
213
207
<varlistentry xml:id="constant.snmp-timeticks">
214
208
<term>
215
209
<constant>SNMP_TIMETICKS</constant>
216
-
(<type>integer</type>)
210
+
(<type>int</type>)
217
211
</term>
218
212
<listitem>
219
213
<simpara>
...
...
@@ -224,7 +218,7 @@
224
218
<varlistentry xml:id="constant.snmp-uinteger">
225
219
<term>
226
220
<constant>SNMP_UINTEGER</constant>
227
-
(<type>integer</type>)
221
+
(<type>int</type>)
228
222
</term>
229
223
<listitem>
230
224
<simpara>
...
...
@@ -235,7 +229,7 @@
235
229
<varlistentry xml:id="constant.snmp-integer">
236
230
<term>
237
231
<constant>SNMP_INTEGER</constant>
238
-
(<type>integer</type>)
232
+
(<type>int</type>)
239
233
</term>
240
234
<listitem>
241
235
<simpara>
...
...
@@ -246,7 +240,7 @@
246
240
<varlistentry xml:id="constant.snmp-counter64">
247
241
<term>
248
242
<constant>SNMP_COUNTER64</constant>
249
-
(<type>integer</type>)
243
+
(<type>int</type>)
250
244
</term>
251
245
<listitem>
252
246
<simpara>
253
247