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

SNMP编程

开发平台:

Unix_Linux

  1. #define bsdlike 1
  2. /*
  3.  * nlist symbols in ip.c 
  4.  */
  5. #define IPSTAT_SYMBOL "ipstat"
  6. #define IP_FORWARDING_SYMBOL "ipforwarding"
  7. #define TCP_TTL_SYMBOL "tcpDefaultTTL"
  8. /*
  9.  * nlist symbols in interfaces.c 
  10.  */
  11. #define IFNET_SYMBOL "ifnet"
  12. #define IFADDR_SYMBOL "in_ifaddr"
  13. /*
  14.  * nlist symbols in at.c 
  15.  */
  16. #define ARPTAB_SYMBOL "arptab"
  17. #define ARPTAB_SIZE_SYMBOL "arptab_size"
  18. /*
  19.  * load average lookup symbol 
  20.  */
  21. #define LOADAVE_SYMBOL "avenrun"
  22. /*
  23.  * nlist symbols in hr_proc.c and memory.c 
  24.  */
  25. #define PHYSMEM_SYMBOL "physmem"
  26. #define TOTAL_MEMORY_SYMBOL "total"
  27. #define MBSTAT_SYMBOL "mbstat"
  28. #define SWDEVT_SYMBOL "swdevt"
  29. #define FSWDEVT_SYMBOL "fswdevt"
  30. #define NSWAPFS_SYMBOL "nswapfs"
  31. #define NSWAPDEV_SYMBOL "nswapdev"
  32. /*
  33.  * process nlist symbols. 
  34.  */
  35. #define NPROC_SYMBOL "nproc"
  36. #define PROC_SYMBOL "proc"
  37. /*
  38.  * icmp.c nlist symbols 
  39.  */
  40. #define ICMPSTAT_SYMBOL "icmpstat"
  41. /*
  42.  * tcp.c nlist symbols 
  43.  */
  44. #define TCPSTAT_SYMBOL "tcpstat"
  45. #define TCP_SYMBOL "tcb"
  46. /*
  47.  * upd.c nlist symbols 
  48.  */
  49. #define UDPSTAT_SYMBOL "udpstat"
  50. #define UDB_SYMBOL "udb"
  51. /*
  52.  * var_route.c nlist symbols 
  53.  */
  54. #define RTTABLES_SYMBOL "rt_table"
  55. #define RTHASHSIZE_SYMBOL "rthashsize"
  56. #define RTHOST_SYMBOL "rthost"
  57. #define RTNET_SYMBOL "rtnet"
  58. /*
  59.  * udp_inpcb list symbol 
  60.  */
  61. #define INP_NEXT_SYMBOL inp_next
  62. #define INP_PREV_SYMBOL inp_prev