mib.c
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:207k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  * mib.c
  3.  *
  4.  * $Id: mib.c,v 5.77.2.7 2005/09/26 23:42:35 hardaker Exp $
  5.  *
  6.  * Update: 1998-07-17 <jhy@gsu.edu>
  7.  * Added print_oid_report* functions.
  8.  *
  9.  */
  10. /* Portions of this file are subject to the following copyrights.  See
  11.  * the Net-SNMP's COPYING file for more details and other copyrights
  12.  * that may apply:
  13.  */
  14. /**********************************************************************
  15. Copyright 1988, 1989, 1991, 1992 by Carnegie Mellon University
  16.                       All Rights Reserved
  17. Permission to use, copy, modify, and distribute this software and its
  18. documentation for any purpose and without fee is hereby granted,
  19. provided that the above copyright notice appear in all copies and that
  20. both that copyright notice and this permission notice appear in
  21. supporting documentation, and that the name of CMU not be
  22. used in advertising or publicity pertaining to distribution of the
  23. software without specific, written prior permission.
  24. CMU DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  25. ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
  26. CMU BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR
  27. ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
  28. WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
  29. ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
  30. SOFTWARE.
  31. ******************************************************************/
  32. /*
  33.  * Copyright