and added files
[bcm963xx.git] / userapps / opensource / net-snmp / agent / mibgroup / mibII / udp.h
diff --git a/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.h b/userapps/opensource/net-snmp/agent/mibgroup/mibII/udp.h
new file mode 100644 (file)
index 0000000..530c95e
--- /dev/null
@@ -0,0 +1,24 @@
+/*
+ *  Template MIB group interface - udp.h
+ *
+ */
+#ifndef _MIBGROUP_UDP_H
+#define _MIBGROUP_UDP_H
+
+
+config_require(mibII/udpTable util_funcs)
+config_arch_require(solaris2, kernel_sunos5)
+config_arch_require(linux, mibII/kernel_linux)
+
+extern void     init_udp(void);
+extern FindVarMethod var_udp;
+
+
+#define UDPINDATAGRAMS     0
+#define UDPNOPORTS         1
+#define UDPINERRORS        2
+#define UDPOUTDATAGRAMS     3
+#define UDPLOCALADDRESS     4
+#define UDPLOCALPORT       5
+
+#endif                          /* _MIBGROUP_UDP_H */