blob: 6ab42a42e52e172aaac62a8973a2e7dc5fecf7d7 [file] [log] [blame]
Wes Hardaker97e78e82003-10-17 23:33:40 +00001.TH "set_data: helps storing and retriving of data during set transactions" 3 "17 Oct 2003" "net-snmp" \" -*- nroff -*-
Wes Hardaker273a1322003-02-20 00:53:00 +00002.ad l
3.nh
4.SH NAME
5set_data: helps storing and retriving of data during set transactions \- The set_data helper.
6More...
7.SS "Data Structures"
8
9.in +1c
10.ti -1c
11.RI "struct \fBnetsnmp_set_data_master_s\fP"
12.br
13.ti -1c
14.RI "struct \fBnetsnmp_set_data_store_s\fP"
15.br
16.in -1c
Wes Hardaker273a1322003-02-20 00:53:00 +000017.SS "Functions"
18
19.in +1c
20.ti -1c
Wes Hardaker273a1322003-02-20 00:53:00 +000021.RI "void \fBnetsnmp_set_data_cache\fP (netsnmp_request_info *request, unsigned int magic_num, void *new_data, size_t new_data_len, void *old_data, size_t old_data_len)"
22.br
23.RI "\fIstores new and old information based on the magic number.\fP"
24.ti -1c
25.RI "netsnmp_set_data_ netsnmp_mib_handler * \fBnetsnmp_get_multiplexer_handler\fP (\fBnetsnmp_mib_handler_methods\fP *req)"
26.br
27.RI "\fIreturns a multiplixer handler given a \fBnetsnmp_mib_handler_methods\fP structure of subhandlers.\fP"
28.ti -1c
29.RI "int \fBnetsnmp_multiplexer_helper_handler\fP (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)"
30.br
Wes Hardakera8bd6492003-09-06 05:06:03 +000031.RI "\fIimplements the multiplexer helper\fP"
Wes Hardaker273a1322003-02-20 00:53:00 +000032.in -1c
33.SH "DETAILED DESCRIPTION"
34.PP
35The set_data helper.
36.PP
37.SH "FUNCTION DOCUMENTATION"
38.PP
39.SS "netsnmp_set_data_ netsnmp_mib_handler* netsnmp_get_multiplexer_handler (\fBnetsnmp_mib_handler_methods\fP * req)"
40.PP
41returns a multiplixer handler given a \fBnetsnmp_mib_handler_methods\fP structure of subhandlers.
42.PP
43Definition at line 84 of file set_data.c.
Wes Hardakera8bd6492003-09-06 05:06:03 +000044.PP
45References netsnmp_create_handler(), and netsnmp_multiplexer_helper_handler().
Wes Hardaker273a1322003-02-20 00:53:00 +000046.SS "int netsnmp_multiplexer_helper_handler (netsnmp_mib_handler * handler, netsnmp_handler_registration * reginfo, netsnmp_agent_request_info * reqinfo, netsnmp_request_info * requests)"
47.PP
Wes Hardakera8bd6492003-09-06 05:06:03 +000048implements the multiplexer helper
Wes Hardaker273a1322003-02-20 00:53:00 +000049.PP
50Definition at line 105 of file set_data.c.
Wes Hardakera8bd6492003-09-06 05:06:03 +000051.PP
52References netsnmp_call_handler(), and netsnmp_extract_iterator_context().
53.PP
54Referenced by netsnmp_get_multiplexer_handler().
Wes Hardaker273a1322003-02-20 00:53:00 +000055.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)"
56.PP
57stores new and old information based on the magic number.
58.PP
59Definition at line 45 of file set_data.c.
Wes Hardakera8bd6492003-09-06 05:06:03 +000060.PP
61References netsnmp_create_data_list(), netsnmp_extract_table_info(), netsnmp_request_add_list_data(), and SNMP_MIN.