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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "baby_steps: calls your handler in baby_steps for set processing." 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. baby_steps: calls your handler in baby_steps for set processing. - 
  6. .SS "Functions"
  7. .in +1c
  8. .ti -1c
  9. .RI "fBnetsnmp_mib_handlerfP * fBnetsnmp_baby_steps_handler_getfP (u_long modes)"
  10. .br
  11. .RI "fIreturns a baby_steps handler that can be injected into a given handler chain. fP"
  12. .ti -1c
  13. .RI "void fBnetsnmp_baby_steps_handler_initfP (void)"
  14. .br
  15. .RI "fIinitializes the baby_steps helper which then registers a baby_steps handler as a run-time injectable handler for configuration file use. fP"
  16. .ti -1c
  17. .RI "fBnetsnmp_mib_handlerfP * fBnetsnmp_baby_steps_access_multiplexer_getfP (fBnetsnmp_baby_steps_access_methodsfP *am)"
  18. .br
  19. .RI "fIreturns a baby_steps handler that can be injected into a given handler chain. fP"
  20. .ti -1c
  21. .RI "int fBnetsnmp_baby_step_mode2flagfP (u_int mode)"
  22. .br
  23. .in -1c
  24. .SH "Function Documentation"
  25. .PP 
  26. .SS "fBnetsnmp_mib_handlerfP* netsnmp_baby_steps_access_multiplexer_get (fBnetsnmp_baby_steps_access_methodsfP * am)"
  27. .PP
  28. returns a baby_steps handler that can be injected into a given handler chain. 
  29. .PP
  30. Definition at line 339 of file baby_steps.c.
  31. .PP
  32. References netsnmp_mib_handler_s::flags, MIB_HANDLER_AUTO_NEXT, netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), and NULL.
  33. .SS "fBnetsnmp_mib_handlerfP* netsnmp_baby_steps_handler_get (u_long modes)"
  34. .PP
  35. returns a baby_steps handler that can be injected into a given handler chain. 
  36. .PP
  37. Definition at line 61 of file baby_steps.c.
  38. .PP
  39. References netsnmp_mib_handler_s::myvoid, netsnmp_create_handler(), netsnmp_handler_free(), NULL, netsnmp_baby_steps_modes_s::registered, snmp_log(), and SNMP_MALLOC_TYPEDEF.
  40. .PP
  41. Referenced by netsnmp_baby_steps_handler_init().
  42. .SS "void netsnmp_baby_steps_handler_init (void)"
  43. .PP
  44. initializes the baby_steps helper which then registers a baby_steps handler as a run-time injectable handler for configuration file use. 
  45. .PP
  46. Definition at line 322 of file baby_steps.c.
  47. .PP
  48. References netsnmp_baby_steps_handler_get(), and netsnmp_register_handler_by_name().