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

SNMP编程

开发平台:

Unix_Linux

  1. .TH "netsnmp_mib_handler_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
  2. .ad l
  3. .nh
  4. .SH NAME
  5. netsnmp_mib_handler_s - the mib handler structure to be registered  
  6. .PP
  7. .SH SYNOPSIS
  8. .br
  9. .PP
  10. fC#include <agent_handler.h>fP
  11. .PP
  12. .SS "Data Fields"
  13. .in +1c
  14. .ti -1c
  15. .RI "char * fBhandler_namefP"
  16. .br
  17. .ti -1c
  18. .RI "void * fBmyvoidfP"
  19. .br
  20. .RI "fIfor handler's internal use fP"
  21. .ti -1c
  22. .RI "int fBflagsfP"
  23. .br
  24. .RI "fIfor agent_handler's internal use fP"
  25. .ti -1c
  26. .RI "int(* fBaccess_methodfP )(struct fBnetsnmp_mib_handler_sfP *, struct fBnetsnmp_handler_registration_sfP *, struct fBnetsnmp_agent_request_info_sfP *, struct fBnetsnmp_request_info_sfP *)"
  27. .br
  28. .RI "fI_clone_handler in fBsnmp_agent.cfP. fP"
  29. .ti -1c
  30. .RI "fBnetsnmp_mib_handler_sfP * fBnextfP"
  31. .br
  32. .ti -1c
  33. .RI "fBnetsnmp_mib_handler_sfP * fBprevfP"
  34. .br
  35. .in -1c
  36. .SH "Detailed Description"
  37. .PP 
  38. the mib handler structure to be registered 
  39. .PP
  40. fBExamples: fP
  41. .in +1c
  42. .PP
  43. fBdelayed_instance.cfP.
  44. .PP
  45. Definition at line 46 of file agent_handler.h.
  46. .SH "Field Documentation"
  47. .PP 
  48. .SS "int(* fBnetsnmp_mib_handler_s::access_methodfP)(struct fBnetsnmp_mib_handler_sfP *, struct fBnetsnmp_handler_registration_sfP *, struct fBnetsnmp_agent_request_info_sfP *, struct fBnetsnmp_request_info_sfP *)"
  49. .PP
  50. _clone_handler in fBsnmp_agent.cfP. 
  51. .PP
  52. Referenced by netsnmp_call_handler(), netsnmp_create_handler(), netsnmp_find_table_array_handler(), netsnmp_instance_counter32_handler(), netsnmp_instance_int_handler(), netsnmp_instance_long_handler(), and netsnmp_instance_ulong_handler().
  53. .SS "int fBnetsnmp_mib_handler_s::flagsfP"
  54. .PP
  55. for agent_handler's internal use 
  56. .PP
  57. Definition at line 51 of file agent_handler.h.
  58. .PP
  59. Referenced by netsnmp_baby_steps_access_multiplexer_get(), netsnmp_bulk_to_next_helper(), netsnmp_cache_handler_get(), netsnmp_cache_helper_handler(), netsnmp_container_table_handler_get(), netsnmp_get_bulk_to_next_handler(), netsnmp_get_read_only_handler(), netsnmp_get_table_data_handler(), netsnmp_get_table_data_set_handler(), netsnmp_get_watched_spinlock_handler(), netsnmp_get_watched_timestamp_handler(), netsnmp_get_watcher_handler(), and netsnmp_table_data_helper_handler().
  60. .SS "void* fBnetsnmp_mib_handler_s::myvoidfP"
  61. .PP
  62. for handler's internal use 
  63. .PP
  64. Definition at line 49 of file agent_handler.h.
  65. .PP
  66. Referenced by dump_registry(), netsnmp_baby_steps_access_multiplexer_get(), netsnmp_baby_steps_handler_get(), netsnmp_cache_handler_get(), netsnmp_cache_helper_handler(), netsnmp_container_table_handler_get(), netsnmp_debug_helper(), netsnmp_find_handler_data_by_name(), netsnmp_get_cache_handler(), netsnmp_get_mode_end_call_handler(), netsnmp_get_multiplexer_handler(), netsnmp_get_row_merge_handler(), netsnmp_get_scalar_group_handler(), netsnmp_get_stash_cache_handler(), netsnmp_get_table_data_handler(), netsnmp_get_table_data_set_handler(), netsnmp_get_table_handler(), netsnmp_get_table_iterator_handler(), netsnmp_handler_dup(), netsnmp_instance_counter32_handler(), netsnmp_instance_int_handler(), netsnmp_instance_long_handler(), netsnmp_instance_ulong_handler(), netsnmp_mode_end_call_helper(), netsnmp_multiplexer_helper_handler(), netsnmp_old_api_helper(), netsnmp_register_mib_table_row(), netsnmp_register_old_api(), netsnmp_register_watched_instance(), netsnmp_register_watched_scalar(), netsnmp_register_watched_spinlock(), netsnmp_register_watched_timestamp(), netsnmp_row_merge_helper_handler(), netsnmp_scalar_group_helper_handler(), netsnmp_stash_cache_helper(), netsnmp_table_container_register(), netsnmp_table_data_helper_handler(), netsnmp_table_data_set_helper_handler(), netsnmp_table_iterator_helper_handler(), netsnmp_watched_spinlock_handler(), netsnmp_watched_timestamp_handler(), netsnmp_watcher_helper_handler(), table_helper_handler(), and unregister_mibs_by_session().
  67. .SH "Author"
  68. .PP 
  69. Generated automatically by Doxygen for net-snmp from the source code.