summaryrefslogtreecommitdiff
path: root/agent/mibgroup/examples/netSnmpHostsTable_checkfns_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'agent/mibgroup/examples/netSnmpHostsTable_checkfns_local.h')
-rw-r--r--agent/mibgroup/examples/netSnmpHostsTable_checkfns_local.h49
1 files changed, 49 insertions, 0 deletions
diff --git a/agent/mibgroup/examples/netSnmpHostsTable_checkfns_local.h b/agent/mibgroup/examples/netSnmpHostsTable_checkfns_local.h
new file mode 100644
index 0000000..6cd44c9
--- /dev/null
+++ b/agent/mibgroup/examples/netSnmpHostsTable_checkfns_local.h
@@ -0,0 +1,49 @@
+/*
+ * Note: this file originally auto-generated by mib2c using
+ * : : mib2c.check_values_local.conf,v 5.1 2003/05/30 23:53:15 hardaker Exp $
+ *
+ */
+#ifndef NETSNMPHOSTSTABLE_CHECKFNS_LOCAL_H
+#define NETSNMPHOSTSTABLE_CHECKFNS_LOCAL_H
+
+/*
+ * these functions are designed to check incoming values for
+ * columns in the netSnmpHostsTable table for legality with respect to
+ * datatype and value according to local conventions. You should modify
+ * them as appropriate. They will be called from parent check_value
+ * functions that are auto-generated using mib2c and the parent functions
+ * should NOT be modified.
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+#if 0
+}
+#endif
+
+int check_netSnmpHostAddressType_local(int type, long *val,
+ size_t val_len,
+ long *old_val,
+ size_t old_val_len);
+int check_netSnmpHostAddress_local(int type, char *val,
+ size_t val_len,
+ char *old_val,
+ size_t old_val_len);
+int check_netSnmpHostStorage_local(int type, long *val,
+ size_t val_len,
+ long *old_val,
+ size_t old_val_len);
+int check_netSnmpHostRowStatus_local(int type, long *val,
+ size_t val_len,
+ long *old_val,
+ size_t old_val_len);
+
+#if 0
+{
+#endif
+#ifdef __cplusplus
+}
+#endif
+
+#endif /* NETSNMPHOSTSTABLE_CHECKFNS_LOCAL_H */