netSnmpHostsTable_checkfns_local.h
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:1k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * Note: this file originally auto-generated by mib2c using
  3.  *        : : mib2c.check_values_local.conf,v 5.1 2003/05/30 23:53:15 hardaker Exp $
  4.  * 
  5.  */
  6. #ifndef NETSNMPHOSTSTABLE_CHECKFNS_H
  7. #define NETSNMPHOSTSTABLE_CHECKFNS_H
  8. /*
  9.  * these functions are designed to check incoming values for 
  10.  * columns in the netSnmpHostsTable table for legality with respect to 
  11.  * datatype and value according to local conventions.  You should modify
  12.  * them as appropriate.  They will be called from parent check_value
  13.  * functions that are auto-generated using mib2c and the parent functions
  14.  * should NOT be modified.
  15.  */
  16. int             check_(int type, long *val, size_t val_len, long *old_val,
  17.                        size_t old_val_len);
  18. int             check_(int type, char *val, size_t val_len, char *old_val,
  19.                        size_t old_val_len);
  20. int             check_(int type, long *val, size_t val_len, long *old_val,
  21.                        size_t old_val_len);
  22. int             check_(int type, long *val, size_t val_len, long *old_val,
  23.                        size_t old_val_len);
  24. #endif                          /* NETSNMPHOSTSTABLE_CHECKFNS_H */