summaryrefslogtreecommitdiff
path: root/agent/mibgroup/tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.h')
-rw-r--r--agent/mibgroup/tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.h105
1 files changed, 105 insertions, 0 deletions
diff --git a/agent/mibgroup/tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.h b/agent/mibgroup/tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.h
new file mode 100644
index 0000000..350165a
--- /dev/null
+++ b/agent/mibgroup/tcp-mib/tcpConnectionTable/tcpConnectionTable_data_access.h
@@ -0,0 +1,105 @@
+/*
+ * Note: this file originally auto-generated by mib2c using
+ * version : 1.17 $ of : mfd-data-access.m2c,v $
+ *
+ * $Id: tcpConnectionTable_data_access.h 13776 2005-12-01 21:42:04Z rstory $
+ */
+#ifndef TCPCONNECTIONTABLE_DATA_ACCESS_H
+#define TCPCONNECTIONTABLE_DATA_ACCESS_H
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
+ /*
+ *********************************************************************
+ * function declarations
+ */
+
+ /*
+ *********************************************************************
+ * Table declarations
+ */
+/**********************************************************************
+ **********************************************************************
+ ***
+ *** Table tcpConnectionTable
+ ***
+ **********************************************************************
+ **********************************************************************/
+ /*
+ * TCP-MIB::tcpConnectionTable is subid 19 of tcp.
+ * Its status is Current.
+ * OID: .1.3.6.1.2.1.6.19, length: 8
+ */
+
+
+ int
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tcpConnectionTable_init_data(tcpConnectionTable_registration *
+ tcpConnectionTable_reg);
+
+
+ /*
+ * TODO:180:o: Review tcpConnectionTable cache timeout.
+ * The number of seconds before the cache times out
+ */
+#define TCPCONNECTIONTABLE_CACHE_TIMEOUT 60
+
+ void tcpConnectionTable_container_init(netsnmp_container
+ **container_ptr_ptr,
+ netsnmp_cache *
+ cache);
+ void tcpConnectionTable_container_shutdown(netsnmp_container
+ *container_ptr);
+
+ int tcpConnectionTable_container_load(netsnmp_container
+ *container);
+ void tcpConnectionTable_container_free(netsnmp_container
+ *container);
+
+ int tcpConnectionTable_cache_load(netsnmp_container
+ *container);
+ void tcpConnectionTable_cache_free(netsnmp_container
+ *container);
+
+ int
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ tcpConnectionTable_row_prep(tcpConnectionTable_rowreq_ctx *
+ rowreq_ctx);
+
+
+
+#ifdef __cplusplus
+}
+#endif
+#endif /* TCPCONNECTIONTABLE_DATA_ACCESS_H */