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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "set_data: helps storing and retriving of data during set transactions" 3 "17 Oct 2003" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. set_data: helps storing and retriving of data during set transactions - The set_data helper. 
  6. More...
  7. .SS "Data Structures"
  8. .in +1c
  9. .ti -1c
  10. .RI "struct fBnetsnmp_set_data_master_sfP"
  11. .br
  12. .ti -1c
  13. .RI "struct fBnetsnmp_set_data_store_sfP"
  14. .br
  15. .in -1c
  16. .SS "Functions"
  17. .in +1c
  18. .ti -1c
  19. .RI "void fBnetsnmp_set_data_cachefP (netsnmp_request_info *request, unsigned int magic_num, void *new_data, size_t new_data_len, void *old_data, size_t old_data_len)"
  20. .br
  21. .RI "fIstores new and old information based on the magic number.fP"
  22. .ti -1c
  23. .RI "netsnmp_set_data_ netsnmp_mib_handler * fBnetsnmp_get_multiplexer_handlerfP (fBnetsnmp_mib_handler_methodsfP *req)"
  24. .br
  25. .RI "fIreturns a multiplixer handler given a fBnetsnmp_mib_handler_methodsfP structure of subhandlers.fP"
  26. .ti -1c
  27. .RI "int fBnetsnmp_multiplexer_helper_handlerfP (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)"
  28. .br
  29. .RI "fIimplements the multiplexer helperfP"
  30. .in -1c
  31. .SH "DETAILED DESCRIPTION"
  32. .PP 
  33. The set_data helper.
  34. .PP
  35. .SH "FUNCTION DOCUMENTATION"
  36. .PP 
  37. .SS "netsnmp_set_data_ netsnmp_mib_handler* netsnmp_get_multiplexer_handler (fBnetsnmp_mib_handler_methodsfP * req)"
  38. .PP
  39. returns a multiplixer handler given a fBnetsnmp_mib_handler_methodsfP structure of subhandlers.
  40. .PP
  41. Definition at line 84 of file set_data.c.
  42. .PP
  43. References netsnmp_create_handler(), and netsnmp_multiplexer_helper_handler().
  44. .SS "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler * handler, netsnmp_handler_registration * reginfo, netsnmp_agent_request_info * reqinfo, netsnmp_request_info * requests)"
  45. .PP
  46. implements the multiplexer helper
  47. .PP
  48. Definition at line 105 of file set_data.c.
  49. .PP
  50. References netsnmp_call_handler(), and netsnmp_extract_iterator_context().
  51. .PP
  52. Referenced by netsnmp_get_multiplexer_handler().
  53. .SS "void netsnmp_set_data_cache (netsnmp_request_info * request, unsigned int magic_num, void * new_data, size_t new_data_len, void * old_data, size_t old_data_len)"
  54. .PP
  55. stores new and old information based on the magic number.
  56. .PP
  57. Definition at line 45 of file set_data.c.
  58. .PP
  59. References netsnmp_create_data_list(), netsnmp_extract_table_info(), netsnmp_request_add_list_data(), and SNMP_MIN.