netsnmp_netsnmp_mib_handler_s.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:4k
源码类别:
SNMP编程
开发平台:
Unix_Linux
- .TH "netsnmp_mib_handler_s" 3 "28 Nov 2005" "Version 5.2.1.rc3" "net-snmp" " -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- netsnmp_mib_handler_s - the mib handler structure to be registered
- .PP
- .SH SYNOPSIS
- .br
- .PP
- fC#include <agent_handler.h>fP
- .PP
- .SS "Data Fields"
- .in +1c
- .ti -1c
- .RI "char * fBhandler_namefP"
- .br
- .ti -1c
- .RI "void * fBmyvoidfP"
- .br
- .RI "fIfor handler's internal use fP"
- .ti -1c
- .RI "int fBflagsfP"
- .br
- .RI "fIfor agent_handler's internal use fP"
- .ti -1c
- .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 *)"
- .br
- .RI "fI_clone_handler in fBsnmp_agent.cfP. fP"
- .ti -1c
- .RI "fBnetsnmp_mib_handler_sfP * fBnextfP"
- .br
- .ti -1c
- .RI "fBnetsnmp_mib_handler_sfP * fBprevfP"
- .br
- .in -1c
- .SH "Detailed Description"
- .PP
- the mib handler structure to be registered
- .PP
- fBExamples: fP
- .in +1c
- .PP
- fBdelayed_instance.cfP.
- .PP
- Definition at line 46 of file agent_handler.h.
- .SH "Field Documentation"
- .PP
- .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 *)"
- .PP
- _clone_handler in fBsnmp_agent.cfP.
- .PP
- 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().
- .SS "int fBnetsnmp_mib_handler_s::flagsfP"
- .PP
- for agent_handler's internal use
- .PP
- Definition at line 51 of file agent_handler.h.
- .PP
- 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().
- .SS "void* fBnetsnmp_mib_handler_s::myvoidfP"
- .PP
- for handler's internal use
- .PP
- Definition at line 49 of file agent_handler.h.
- .PP
- 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().
- .SH "Author"
- .PP
- Generated automatically by Doxygen for net-snmp from the source code.