代码搜索:MIB
找到约 4,298 项符合「MIB」的源代码
代码结果 4,298
www.eeworm.com/read/143833/12837716
doc mib库.doc
www.eeworm.com/read/240724/13201624
c mib.c
/*************************************************************************
mib.c
These are the routines to handle the retrieving and setting the various
MIB variables. The routines handle bo
www.eeworm.com/read/240724/13201650
h mib.h
/*************************************************************************
mib.h
This include file declares routines to get and put MIB variables on the
CobraNet board.
Copyright (C) 200
www.eeworm.com/read/316956/13513749
mib demomy.mib
VxWorksDemo-MIB
--FORCE INCLUDE
--FORCE INCLUDE
--FORCE INCLUDE "mibhand.h"
DEFINITIONS ::= BEGIN
-- TITLE: DEMO MIB TO INCLUDE MEMORY GROUP
IMPORTS
MODULE-IDENTITY, OBJECT-
www.eeworm.com/read/316956/13513797
mib demo.mib
-- This example is from the SNMPv1/v2c Component Release Supplement 1.0
-- for Tornado 1.0.1
-- Section 6.3 Compile-time MIB Extensions
-- Example 6-1 MIB Definition for the Systems Group
-- This ex
www.eeworm.com/read/309671/13666600
txt mib.txt
accserv.<mark>mib</mark>
authserv.<mark>mib</mark>
dhcp.<mark>mib</mark>
ftp.<mark>mib</mark>
host<mark>mib</mark>.<mark>mib</mark>
http.<mark>mib</mark>
inetsrv.<mark>mib</mark>
ipforwd.<mark>mib</mark>
lm<mark>mib</mark>2.<mark>mib</mark>
mcast<mark>mib</mark>.<mark>mib</mark>
<mark>mib</mark>_ii.<mark>mib</mark>
mipx.<mark>mib</mark>
mripsap.<mark>mib</mark>
msft.<mark>mib</mark>
msipbtp.<mark> ...
www.eeworm.com/read/309671/13666612
cs mib.cs
using System;
using System.IO;
using System.Text;
using System.Collections;
using Tools;
namespace RFC1157
{
public class Mgmt
{
public Def def;
public string Lookup(uint[] u)
{
www.eeworm.com/read/309671/13666613
parser mib.parser
%parser
%namespace RFC1157
%start Mib
%symbol ObjectType {
public string help = "";
public ObjectType(Attribs b) { help = b.help; }
}
%symbol Defs {
public static System.Collections.Hashtab
www.eeworm.com/read/309671/13666614
lexer mib.lexer
%lexer
%token ID {
public string id;
}
%token UNSIGNED {
public uint val;
}
%token STRING {
public string val;
}
DEFINITIONS %DEFINITIONS
BEGIN %BEGIN
END %END
IMPORTS %IMPO
www.eeworm.com/read/309671/13666622