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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "bulk_to_next: convert GETBULK requests into GETNEXT requests for the handler." 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. bulk_to_next: convert GETBULK requests into GETNEXT requests for the handler. - The only purpose of this handler is to convert a GETBULK request to a GETNEXT request.  
  6. .PP
  7. .SS "Functions"
  8. .in +1c
  9. .ti -1c
  10. .RI "fBnetsnmp_mib_handlerfP * fBnetsnmp_get_bulk_to_next_handlerfP (void)"
  11. .br
  12. .RI "fIreturns a bulk_to_next handler that can be injected into a given handler chain. fP"
  13. .ti -1c
  14. .RI "void fBnetsnmp_bulk_to_next_fix_requestsfP (fBnetsnmp_request_infofP *requests)"
  15. .br
  16. .RI "fItakes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list fP"
  17. .ti -1c
  18. .RI "int fBnetsnmp_bulk_to_next_helperfP (fBnetsnmp_mib_handlerfP *handler, fBnetsnmp_handler_registrationfP *reginfo, fBnetsnmp_agent_request_infofP *reqinfo, fBnetsnmp_request_infofP *requests)"
  19. .br
  20. .ti -1c
  21. .RI "void fBnetsnmp_init_bulk_to_next_helperfP (void)"
  22. .br
  23. .RI "fIinitializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use. fP"
  24. .in -1c
  25. .SH "Detailed Description"
  26. .PP 
  27. The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. 
  28. .PP
  29. It is inserted into handler chains where the handler has not set the HANDLER_CAN_GETBULK flag.
  30. .SH "Function Documentation"
  31. .PP 
  32. .SS "void netsnmp_bulk_to_next_fix_requests (fBnetsnmp_request_infofP * requests)"
  33. .PP
  34. takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list 
  35. .PP
  36. Definition at line 45 of file bulk_to_next.c.
  37. .PP
  38. References variable_list::name, variable_list::name_length, netsnmp_request_info_s::next, variable_list::next_variable, netsnmp_request_info_s::repeat, netsnmp_request_info_s::requestvb, snmp_set_var_objid(), and variable_list::type.
  39. .PP
  40. Referenced by netsnmp_bulk_to_next_helper().
  41. .SS "fBnetsnmp_mib_handlerfP* netsnmp_get_bulk_to_next_handler (void)"
  42. .PP
  43. returns a bulk_to_next handler that can be injected into a given handler chain. 
  44. .PP
  45. Definition at line 30 of file bulk_to_next.c.
  46. .PP
  47. References netsnmp_mib_handler_s::flags, MIB_HANDLER_AUTO_NEXT, netsnmp_bulk_to_next_helper(), netsnmp_create_handler(), and NULL.
  48. .PP
  49. Referenced by netsnmp_init_bulk_to_next_helper(), and netsnmp_register_handler().
  50. .SS "void netsnmp_init_bulk_to_next_helper (void)"
  51. .PP
  52. initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use. 
  53. .PP
  54. Definition at line 114 of file bulk_to_next.c.
  55. .PP
  56. References netsnmp_get_bulk_to_next_handler(), and netsnmp_register_handler_by_name().