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

SNMP编程

开发平台:

Unix_Linux

  1. /*
  2.  *  Template MIB group interface - route_write.h
  3.  *
  4.  */
  5. #ifndef _MIBGROUP_ROUTE_WRITE_H
  6. #define _MIBGROUP_ROUTE_WRITE_H
  7. #if !defined(NETSNMP_ENABLE_MFD_REWRITES)
  8. config_require(mibII/ip)
  9. #endif
  10.      int             addRoute(u_long, u_long, u_long, u_short);
  11.      int             delRoute(u_long, u_long, u_long, u_short);
  12.      struct rtent   *findCacheRTE(u_long);
  13.      struct rtent   *newCacheRTE(void);
  14.      int             delCacheRTE(u_long);
  15.      struct rtent   *cacheKernelRTE(u_long);
  16.      WriteMethod     write_rte;
  17. #endif                          /* _MIBGROUP_ROUTE_WRITE_H */