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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  Template MIB group interface - udp.h
  3.  *
  4.  */
  5. #ifndef _MIBGROUP_UDP_H
  6. #define _MIBGROUP_UDP_H
  7. config_require(mibII/udpTable util_funcs)
  8. config_arch_require(solaris2, kernel_sunos5)
  9. config_arch_require(linux, mibII/kernel_linux)
  10. extern void     init_udp(void);
  11. extern Netsnmp_Node_Handler udp_handler;
  12. extern NetsnmpCacheLoad udp_load;
  13. extern NetsnmpCacheFree udp_free;
  14. #define UDPINDATAGRAMS     1
  15. #define UDPNOPORTS     2
  16. #define UDPINERRORS     3
  17. #define UDPOUTDATAGRAMS     4
  18. #endif                          /* _MIBGROUP_UDP_H */