|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 1789 (0x6fd) Types: TextFile Names: »snmp_vars.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦6311a4dba⟧ »EurOpenD3/network/snmp/cmu-snmp1.0.tar« └─⟦this⟧ »snmplib/snmp_vars.h«
/* * Definitions for SNMP (RFC 1067) agent variable finder. * * */ /*********************************************************** Copyright 1988, 1989 by Carnegie Mellon University All Rights Reserved Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of CMU not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ #define MAX_INTERFACES 2 extern struct mib_ifEntry mib_ifEntry[MAX_INTERFACES]; extern struct mib_ip mib_ip; #define ROUTE_ENTRIES 2 extern struct mib_udp mib_udp; extern long mib_icmpInMsgs; extern long mib_icmpOutMsgs; extern long mib_icmpInErrors; /* not checked in KIP */ extern long mib_icmpOutErrors; /* not checked in KIP */ extern long mib_icmpInCount[]; extern long mib_icmpOutCount[]; u_char *var_system(); u_char *var_ifEntry(); u_char *var_atEntry(); u_char *var_ip(); u_char *var_ipAddrEntry(); u_char *var_ipRouteEntry(); u_char *var_icmp(); u_char *var_udp(); u_char *getStatPtr();