| .TH "netsnmp_handler_registration_s" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*- |
| .ad l |
| .nh |
| .SH NAME |
| netsnmp_handler_registration_s \- Root registration info. |
| |
| .PP |
| .SH SYNOPSIS |
| .br |
| .PP |
| \fC#include <agent_handler.h>\fP |
| .PP |
| .SS "Data Fields" |
| |
| .in +1c |
| .ti -1c |
| .RI "char * \fBhandlerName\fP" |
| .br |
| .RI "\fIfor mrTable listings, and other uses \fP" |
| .ti -1c |
| .RI "char * \fBcontextName\fP" |
| .br |
| .RI "\fINULL = default context. \fP" |
| .ti -1c |
| .RI "oid * \fBrootoid\fP" |
| .br |
| .RI "\fIwhere are we registered at? \fP" |
| .ti -1c |
| .RI "size_t \fBrootoid_len\fP" |
| .br |
| .ti -1c |
| .RI "\fBnetsnmp_mib_handler\fP * \fBhandler\fP" |
| .br |
| .RI "\fIhandler details \fP" |
| .ti -1c |
| .RI "int \fBmodes\fP" |
| .br |
| .ti -1c |
| .RI "int \fBpriority\fP" |
| .br |
| .RI "\fImore optional stuff \fP" |
| .ti -1c |
| .RI "int \fBrange_subid\fP" |
| .br |
| .ti -1c |
| .RI "oid \fBrange_ubound\fP" |
| .br |
| .ti -1c |
| .RI "int \fBtimeout\fP" |
| .br |
| .ti -1c |
| .RI "int \fBglobal_cacheid\fP" |
| .br |
| .ti -1c |
| .RI "void * \fBmy_reg_void\fP" |
| .br |
| .RI "\fIvoid ptr for registeree \fP" |
| .in -1c |
| .SH "Detailed Description" |
| .PP |
| Root registration info. |
| |
| The variables handlerName, contextName, and rootoid need to be allocated on the heap, when the registration structure is unregistered using \fBunregister_mib_context()\fP the code attempts to free them. |
| .PP |
| \fBExamples: \fP |
| .in +1c |
| .PP |
| \fBdelayed_instance.c\fP, and \fBwatched.c\fP. |
| .PP |
| Definition at line 94 of file agent_handler.h. |
| .SH "Field Documentation" |
| .PP |
| .SS "char* \fBnetsnmp_handler_registration_s::handlerName\fP" |
| .PP |
| for mrTable listings, and other uses |
| .PP |
| Definition at line 97 of file agent_handler.h. |
| .PP |
| Referenced by netsnmp_cache_helper_handler(), netsnmp_container_table_register(), netsnmp_debug_helper(), netsnmp_handler_registration_create(), netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_inject_handler_into_subtree(), netsnmp_register_handler(), netsnmp_register_mib_table_row(), netsnmp_register_old_api(), netsnmp_stash_cache_helper(), netsnmp_table_array_register(), and netsnmp_table_row_register(). |
| .SS "char* \fBnetsnmp_handler_registration_s::contextName\fP" |
| .PP |
| NULL = default context. |
| .PP |
| Definition at line 99 of file agent_handler.h. |
| .PP |
| Referenced by netsnmp_debug_helper(), netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_register_handler(), netsnmp_register_handler_nocallback(), netsnmp_register_mib(), netsnmp_register_mib_table_row(), netsnmp_register_old_api(), netsnmp_unregister_handler(), and unregister_mibs_by_session(). |
| .SS "oid* \fBnetsnmp_handler_registration_s::rootoid\fP" |
| .PP |
| where are we registered at? |
| .PP |
| Definition at line 104 of file agent_handler.h. |
| .PP |
| Referenced by netsnmp_cache_helper_handler(), netsnmp_debug_helper(), netsnmp_handler_registration_create(), netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_instance_helper_handler(), netsnmp_old_api_helper(), netsnmp_register_cache_handler(), netsnmp_register_handler(), netsnmp_register_handler_nocallback(), netsnmp_register_mib(), netsnmp_register_mib_table_row(), netsnmp_register_old_api(), netsnmp_register_read_only_scalar(), netsnmp_register_scalar(), netsnmp_row_merge_helper_handler(), netsnmp_scalar_group_helper_handler(), netsnmp_scalar_helper_handler(), netsnmp_stash_to_next_helper(), netsnmp_table_build_oid(), netsnmp_table_build_oid_from_index(), netsnmp_table_data_build_result(), netsnmp_table_data_helper_handler(), netsnmp_table_iterator_helper_handler(), netsnmp_table_row_register(), netsnmp_unregister_handler(), netsnmp_watched_spinlock_handler(), netsnmp_watched_timestamp_handler(), netsnmp_watcher_helper_handler(), and table_helper_handler(). |
| .SS "\fBnetsnmp_mib_handler\fP* \fBnetsnmp_handler_registration_s::handler\fP" |
| .PP |
| handler details |
| .PP |
| Definition at line 110 of file agent_handler.h. |
| .PP |
| Referenced by netsnmp_call_handlers(), netsnmp_container_table_register(), netsnmp_debug_helper(), netsnmp_find_handler_by_name(), netsnmp_find_table_array_handler(), netsnmp_handler_registration_create(), netsnmp_handler_registration_dup(), netsnmp_handler_registration_free(), netsnmp_inject_handler_before(), netsnmp_register_handler(), netsnmp_register_handler_nocallback(), netsnmp_register_mib_table_row(), netsnmp_register_old_api(), netsnmp_table_container_register(), netsnmp_table_row_register(), and unregister_mibs_by_session(). |
| .SS "int \fBnetsnmp_handler_registration_s::priority\fP" |
| .PP |
| more optional stuff |
| .PP |
| Definition at line 116 of file agent_handler.h. |
| .PP |
| Referenced by netsnmp_debug_helper(), netsnmp_handler_registration_create(), netsnmp_handler_registration_dup(), netsnmp_register_handler(), netsnmp_register_handler_nocallback(), netsnmp_register_mib_table_row(), netsnmp_register_old_api(), and netsnmp_unregister_handler(). |
| .SS "void* \fBnetsnmp_handler_registration_s::my_reg_void\fP" |
| .PP |
| void ptr for registeree |
| .PP |
| Definition at line 125 of file agent_handler.h. |
| |
| .SH "Author" |
| .PP |
| Generated automatically by Doxygen for net-snmp from the source code. |