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

📄 ospf_mib_wrsmaster.c

📁 vxworks下ospf协议栈
💻 C
字号:
/****************************************************************************** ****************************************************************************** **** This file was automatically generated by Epilogue Technology's **** Emissary SNMP MIB Compiler, version 9.1. **** This file was generated using the -mib.c switch. ****  **** This file contains a representation of a MIB tree suitable **** for use by an SNMP agent running Epilogue's Envoy package. ****  **** DO NOT EDIT THIS FILE BY HAND. ****  **** Last build date: Tue Oct 23 10:06:24 2001 **** from file: ****  wrsMasterMib.mi2 ****************************************************************************** ****************************************************************************** */#include <vxWorks.h> /* keeps the compiler happy when !(__OSPF_MIB__) */#if defined (__OSPF_MIB__)#define _MIB 1#include <asn1conf.h>#include <asn1.h>#include <buffer.h>#include <mib.h>#include <localio.h>#include <snmpdefs.h>#include <snmp.h>#include <auxfuncs.h>#ifndef STATIC#define STATIC static#endif/** **  Subtree Object Identifier for Add_Node_From_Root **    ospf OBJECT IDENTIFIER ::= { enterprise 731 } **/STATIC OIDC_T oid_wrs[] = { 1, 3, 6, 1, 4, 1, 731 };OBJ_ID_T objid_wrs = {  sizeof(oid_wrs)/sizeof(OIDC_T),  oid_wrs};/** **  Subtree Object Identifier for Add_Node_From_Root **    ospf OBJECT IDENTIFIER ::= { wrs 100 } **/STATIC OIDC_T oid_wrnRoutingProto[] = { 1, 3, 6, 1, 4, 1, 731, 100 };OBJ_ID_T objid_wrnRoutingProto = {  sizeof(oid_wrnRoutingProto)/sizeof(OIDC_T),  oid_wrnRoutingProto};STATICMIBARC_T    a_wrnRoutingProto[] = {            END_OF_ARC_LIST };MIBNODE_T   n_wrnRoutingProto = NODE_NT("wrnRoutingProto",            0, a_wrnRoutingProto);STATICMIBARC_T    a_wrs[] = {            ARC(100, n_wrnRoutingProto),            END_OF_ARC_LIST };MIBNODE_T   n_wrs = NODE_NT("wrs",            0, a_wrs);STATICMIBARC_T    a_enterprises[] = {            ARC(731, n_wrs),            END_OF_ARC_LIST };MIBNODE_T   n_enterprises = NODE_NT("enterprises",            0, a_enterprises);#endif /* __OSPF_MIB__ */

⌨️ 快捷键说明

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