|
|
1.1 ! root 1: /* mib.h - MIB realization */ ! 2: ! 3: /* ! 4: * $Header: /f/osi/snmp/RCS/mib.h,v 7.6 90/07/09 14:48:52 mrose Exp $ ! 5: * ! 6: * Contributed by NYSERNet Inc. This work was partially supported by the ! 7: * U.S. Defense Advanced Research Projects Agency and the Rome Air Development ! 8: * Center of the U.S. Air Force Systems Command under contract number ! 9: * F30602-88-C-0016. ! 10: * ! 11: * ! 12: * $Log: mib.h,v $ ! 13: * Revision 7.6 90/07/09 14:48:52 mrose ! 14: * sync ! 15: * ! 16: * Revision 7.5 90/05/14 13:28:17 mrose ! 17: * system ! 18: * ! 19: * Revision 7.4 90/05/13 16:18:13 mrose ! 20: * views ! 21: * ! 22: * Revision 7.3 90/02/27 18:49:47 mrose ! 23: * unix stuff ! 24: * ! 25: * Revision 7.2 90/02/17 10:38:21 mrose ! 26: * smux ! 27: * ! 28: * Revision 7.1 90/01/11 18:34:17 mrose ! 29: * real-sync ! 30: * ! 31: * Revision 7.0 89/11/23 22:23:13 mrose ! 32: * Release 6.0 ! 33: * ! 34: */ ! 35: ! 36: /* ! 37: * NOTICE ! 38: * ! 39: * Acquisition, use, and distribution of this module and related ! 40: * materials are subject to the restrictions of a license agreement. ! 41: * Consult the Preface in the User's Manual for the full terms of ! 42: * this agreement. ! 43: * ! 44: */ ! 45: ! 46: ! 47: #include <nlist.h> ! 48: #include "SNMP-types.h" ! 49: #include "objects.h" ! 50: #include "logger.h" ! 51: ! 52: ! 53: #define sysDescr "4BSD/ISODE SNMP" ! 54: #define sysObjectID "fourBSD-isode.2" ! 55: ! 56: /* */ ! 57: ! 58: extern struct nlist nl[]; ! 59: #define N_ARPTAB 0 ! 60: #define N_ARPTAB_SIZE 1 ! 61: #define N_BOOTTIME 2 ! 62: #define N_ICMPSTAT 3 ! 63: #define N_IFNET 4 ! 64: #define N_IPFORWARDING 5 ! 65: #define N_IPSTAT 6 ! 66: #define N_RTHASHSIZE 7 ! 67: #define N_RTHOST 8 ! 68: #define N_RTNET 9 ! 69: #define N_TCB 10 ! 70: #define N_TCPSTAT 11 ! 71: #define N_UDB 12 ! 72: #define N_UDPSTAT 13 ! 73: #define N_RTSTAT 14 ! 74: #ifdef BSD44 ! 75: #define N_RADIX_NODE_HEAD 15 ! 76: #define N_ISO_SYSTYPE 16 ! 77: #define N_CLNP_STAT 17 ! 78: #define N_ESIS_STAT 18 ! 79: #endif ! 80: ! 81: ! 82: int readmib (), checkmib (), set_variable (); ! 83: int getkmem (); ! 84: ! 85: /* */ ! 86: ! 87: extern int nd; ! 88: extern int quantum; ! 89: ! 90: ! 91: void adios (), advise ();
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.