netsnmp_set_data.3
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:2k
- .TH "set_data: helps storing and retriving of data during set transactions" 3 "17 Oct 2003" "net-snmp" " -*- nroff -*-
- .ad l
- .nh
- .SH NAME
- set_data: helps storing and retriving of data during set transactions - The set_data helper.
- More...
- .SS "Data Structures"
- .in +1c
- .ti -1c
- .RI "struct fBnetsnmp_set_data_master_sfP"
- .br
- .ti -1c
- .RI "struct fBnetsnmp_set_data_store_sfP"
- .br
- .in -1c
- .SS "Functions"
- .in +1c
- .ti -1c
- .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)"
- .br
- .RI "fIstores new and old information based on the magic number.fP"
- .ti -1c
- .RI "netsnmp_set_data_ netsnmp_mib_handler * fBnetsnmp_get_multiplexer_handlerfP (fBnetsnmp_mib_handler_methodsfP *req)"
- .br
- .RI "fIreturns a multiplixer handler given a fBnetsnmp_mib_handler_methodsfP structure of subhandlers.fP"
- .ti -1c
- .RI "int fBnetsnmp_multiplexer_helper_handlerfP (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)"
- .br
- .RI "fIimplements the multiplexer helperfP"
- .in -1c
- .SH "DETAILED DESCRIPTION"
- .PP
- The set_data helper.
- .PP
- .SH "FUNCTION DOCUMENTATION"
- .PP
- .SS "netsnmp_set_data_ netsnmp_mib_handler* netsnmp_get_multiplexer_handler (fBnetsnmp_mib_handler_methodsfP * req)"
- .PP
- returns a multiplixer handler given a fBnetsnmp_mib_handler_methodsfP structure of subhandlers.
- .PP
- Definition at line 84 of file set_data.c.
- .PP
- References netsnmp_create_handler(), and netsnmp_multiplexer_helper_handler().
- .SS "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler * handler, netsnmp_handler_registration * reginfo, netsnmp_agent_request_info * reqinfo, netsnmp_request_info * requests)"
- .PP
- implements the multiplexer helper
- .PP
- Definition at line 105 of file set_data.c.
- .PP
- References netsnmp_call_handler(), and netsnmp_extract_iterator_context().
- .PP
- Referenced by netsnmp_get_multiplexer_handler().
- .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)"
- .PP
- stores new and old information based on the magic number.
- .PP
- Definition at line 45 of file set_data.c.
- .PP
- References netsnmp_create_data_list(), netsnmp_extract_table_info(), netsnmp_request_add_list_data(), and SNMP_MIN.