包含一下内容: * An extensible agent * An SNMP library * tools to request or set information from SNMP a

源代码在线查看: pass.h

软件大小: 1597 K
上传用户: sunny_02
关键词: SNMP information extensible library
下载地址: 免注册下载 普通下载 VIP

相关代码

				/*				 *  pass: pass through extensiblity				 */				#ifndef _MIBGROUP_PASS_H				#define _MIBGROUP_PASS_H								void init_pass(void);								config_require(ucd-snmp/extensible util_funcs)								extern FindVarMethod var_extensible_pass;				WriteMethod setPass;				int pass_compare (const void *, const void *);								/* config file parsing routines */				void pass_free_config (void);				void pass_parse_config (const char *, char *);								#include "mibdefs.h"								#endif /* _MIBGROUP_PASS_H */							

相关资源