⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 xorp_if_mib.xif

📁 xorp源码hg
💻 XIF
字号:
/* $XORP: xorp/xrl/interfaces/xorp_if_mib.xif,v 1.3 2007/01/23 19:06:42 pavlin Exp $ *//** * XORP-SNMP interface MIB module */interface xorp_if_mib/0.1 {	/**	 *  Load a MIB module	 *         *  @param mod_name the mib module file name (without extension)	 *  @param abs_path absolute path to the module file	 *  @param mod_index module index number in UCD-DLMOD-MIB::dlmodTable	 */	load_mib ?  mod_name:txt					\		 &  abs_path:txt					\		 -> mib_index:u32	/**	 * Unload a MIB module	 *	 * @param unloaded true if mib not loaded or successfully unloaded	 * @param mod_index of the MIB module to be unloaded.  The index was	 * the one returned by load_mib, or it can be found by inspecting the	 * dlmod table: $ snmptable <host> UCD-DLMOD-MIB::dlmodTable	 */	unload_mib ?  mib_index:u32					\		   -> unloaded:bool}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -