and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / icmp.h
1 /*
2  *  ICMP MIB group interface - icmp.h
3  *
4  */
5 #ifndef _MIBGROUP_ICMP_H
6 #define _MIBGROUP_ICMP_H
7
8 config_arch_require(solaris2, kernel_sunos5)
9 config_arch_require(linux, mibII/kernel_linux)
10
11 extern void     init_icmp(void);
12 extern FindVarMethod var_icmp;
13
14 #define ICMPINMSGS           0
15 #define ICMPINERRORS         1
16 #define ICMPINDESTUNREACHS   2
17 #define ICMPINTIMEEXCDS      3
18 #define ICMPINPARMPROBS      4
19 #define ICMPINSRCQUENCHS     5
20 #define ICMPINREDIRECTS      6
21 #define ICMPINECHOS          7
22 #define ICMPINECHOREPS       8
23 #define ICMPINTIMESTAMPS     9
24 #define ICMPINTIMESTAMPREPS 10
25 #define ICMPINADDRMASKS     11
26 #define ICMPINADDRMASKREPS  12
27 #define ICMPOUTMSGS         13
28 #define ICMPOUTERRORS       14
29 #define ICMPOUTDESTUNREACHS 15
30 #define ICMPOUTTIMEEXCDS    16
31 #define ICMPOUTPARMPROBS    17
32 #define ICMPOUTSRCQUENCHS   18
33 #define ICMPOUTREDIRECTS    19
34 #define ICMPOUTECHOS        20
35 #define ICMPOUTECHOREPS     21
36 #define ICMPOUTTIMESTAMPS   22
37 #define ICMPOUTTIMESTAMPREPS 23
38 #define ICMPOUTADDRMASKS    24
39 #define ICMPOUTADDRMASKREPS 25
40
41 #endif                          /* _MIBGROUP_ICMP_H */