summaryrefslogtreecommitdiff
path: root/agent/mibgroup/mibII/udpTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/mibII/udpTable.h')
-rw-r--r--agent/mibgroup/mibII/udpTable.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/agent/mibgroup/mibII/udpTable.h b/agent/mibgroup/mibII/udpTable.h
new file mode 100644
index 0000000..2c61cda
--- /dev/null
+++ b/agent/mibgroup/mibII/udpTable.h
@@ -0,0 +1,21 @@
+/*
+ * Template MIB group interface - udp.h
+ *
+ */
+#ifndef _MIBGROUP_UDPTABLE_H
+#define _MIBGROUP_UDPTABLE_H
+
+config_arch_require(solaris2, kernel_sunos5)
+config_require(util_funcs mibII/ip)
+
+extern void init_udpTable(void);
+extern Netsnmp_Node_Handler udpTable_handler;
+extern NetsnmpCacheLoad udpTable_load;
+extern NetsnmpCacheFree udpTable_free;
+extern Netsnmp_First_Data_Point udpTable_first_entry;
+extern Netsnmp_Next_Data_Point udpTable_next_entry;
+
+#define UDPLOCALADDRESS 1
+#define UDPLOCALPORT 2
+
+#endif /* _MIBGROUP_UDPTABLE_H */