and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / udp.h
1 /*
2  *  Template MIB group interface - udp.h
3  *
4  */
5 #ifndef _MIBGROUP_UDP_H
6 #define _MIBGROUP_UDP_H
7
8
9 config_require(mibII/udpTable util_funcs)
10 config_arch_require(solaris2, kernel_sunos5)
11 config_arch_require(linux, mibII/kernel_linux)
12
13 extern void     init_udp(void);
14 extern FindVarMethod var_udp;
15
16
17 #define UDPINDATAGRAMS      0
18 #define UDPNOPORTS          1
19 #define UDPINERRORS         2
20 #define UDPOUTDATAGRAMS     3
21 #define UDPLOCALADDRESS     4
22 #define UDPLOCALPORT        5
23
24 #endif                          /* _MIBGROUP_UDP_H */