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

📄 axmib.ctl

📁 wm PNE 3.3 source code, running at more than vxworks6.x version.
💻 CTL
字号:
-- $Header: /usr/cvsroot/target/src/wrn/wm/demo/snmpctls/axmib.ctl,v 1.2 2001/11/07 20:45:03 josh Exp $--______________________________________________________________________----  *** Restricted Rights Legend ***----  The programs and information contained herein are licensed only--  pursuant to a license agreement that contains use, reverse--  engineering, disclosure, and other restrictions; accordingly, it--  is "Unpublished - all rights reserved under the applicable--  copyright laws".----  Use duplication, or disclosure by the Government is subject to--  restrictions as set forth in subparagraph (c)(1)(ii) of the Rights--  in Technical Data and Computer Licensed Programs clause of DFARS--  52.227 7013.----  Copyright 2000-2001 Wind River Systems, Inc.--  Copyright 1988-1997 Epilogue Technology Corporation.--  Copyright 1998 Integrated Systems, Inc.--  All rights reserved.----  *** Government Use ***----  The Licensed Programs and their documentation were developed at--  private expense and no part of them is in the public domain.----  The Licensed Programs are "Restricted Computer Software" as that--  term is defined in Clause 52.227-19 of the Federal Acquisition--  Regulations (FAR) and are "Commercial Computer Software" as that--  term is defined in Subpart 227.401 of the Department of Defense--  Federal Acquisition Regulation Supplement (DFARS).----  (i) If the licensed Programs are supplied to the Department of--      Defense (DoD), the Licensed Programs are classified as--      "Commercial Computer Software" and the Government is acquiring--      only "restricted rights" in the Licensed Programs and their--      documentation as that term is defined in Clause 52.227--      7013(c)(1) of the DFARS, and----  (ii) If the Licensed Programs are supplied to any unit or agency--      of the United States Government other than DoD, the--      Government's rights in the Licensed Programs and their--      documentation will be as defined in Clause 52.227-19(c)(2) of--      the FAR.--______________________________________________________________________-- This is the Emissary control file for building the Envoy AgentX MIB-- method routines into an SNMP agent built with Envoy.  It maps to-- the agentx mib which does not have an RFC as yet.---- This is a hand-maintained source code file that's shipped with the-- Envoy distribution code.	Epilogue-agentx-mib	FORCE-INCLUDE <wrn/wm/snmp/engine/ax_mth.h>	FORCE-INCLUDE <wrn/wm/snmp/engine/mib.h>	-- put your global DEFAULT's here	--	-- put your EXCLUDE's here	DEFINITIONS ::= BEGIN	IMPORTS	    OBJECT-TYPE		FROM RFC-1212	    agentxMIB, agentxGeneral, agentxSubagent		FROM AGENTX-MIB;	    agentxObjects OBJECT-TYPE		DEFAULT test-function-async %n_test		DEFAULT set-function-async  %n_set		DEFAULT get-function-async  ax_get_number_lock		DEFAULT next-function-async std_next_async		DEFAULT cookie              &%n		::= { agentxMIB 1 }	    agentxMasterAgentXVer OBJECT-TYPE		DEFAULT get-function-async  get_int_async	        ::= { agentxGeneral 2 }	    agentxMasterTransports OBJECT-TYPE		DEFAULT get-function-async  get_string_async	        ::= { agentxGeneral 4 }	    agentxSubagentTable OBJECT-TYPE		DEFAULT get-function-async  ax_mth_sa_getproc		DEFAULT next-function-async ax_mth_sa_nextproc		DEFAULT test-function-async ax_mth_sa_testproc		DEFAULT set-function-async  ax_mth_sa_setproc		DEFAULT cookie              0        	::= { agentxSubagent 3 }	    agentxRegistrationTable OBJECT-TYPE		DEFAULT get-function-async  ax_mth_reg_getproc		DEFAULT next-function-async ax_mth_reg_nextproc		DEFAULT test-function-async ax_mth_reg_testproc		DEFAULT set-function-async  ax_mth_reg_setproc		DEFAULT cookie              0	        ::= { agentxObjects 3 }	END

⌨️ 快捷键说明

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