Wes Hardaker | 97e78e8 | 2003-10-17 23:33:40 +0000 | [diff] [blame] | 1 | .TH "set_data: helps storing and retriving of data during set transactions" 3 "17 Oct 2003" "net-snmp" \" -*- nroff -*- |
Wes Hardaker | 273a132 | 2003-02-20 00:53:00 +0000 | [diff] [blame] | 2 | .ad l |
| 3 | .nh |
| 4 | .SH NAME |
| 5 | set_data: helps storing and retriving of data during set transactions \- The set_data helper. |
| 6 | More... |
| 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 Hardaker | 273a132 | 2003-02-20 00:53:00 +0000 | [diff] [blame] | 17 | .SS "Functions" |
| 18 | |
| 19 | .in +1c |
| 20 | .ti -1c |
Wes Hardaker | 273a132 | 2003-02-20 00:53:00 +0000 | [diff] [blame] | 21 | .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 Hardaker | a8bd649 | 2003-09-06 05:06:03 +0000 | [diff] [blame] | 31 | .RI "\fIimplements the multiplexer helper\fP" |
Wes Hardaker | 273a132 | 2003-02-20 00:53:00 +0000 | [diff] [blame] | 32 | .in -1c |
| 33 | .SH "DETAILED DESCRIPTION" |
| 34 | .PP |
| 35 | The 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 |
| 41 | returns a multiplixer handler given a \fBnetsnmp_mib_handler_methods\fP structure of subhandlers. |
| 42 | .PP |
| 43 | Definition at line 84 of file set_data.c. |
Wes Hardaker | a8bd649 | 2003-09-06 05:06:03 +0000 | [diff] [blame] | 44 | .PP |
| 45 | References netsnmp_create_handler(), and netsnmp_multiplexer_helper_handler(). |
Wes Hardaker | 273a132 | 2003-02-20 00:53:00 +0000 | [diff] [blame] | 46 | .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 Hardaker | a8bd649 | 2003-09-06 05:06:03 +0000 | [diff] [blame] | 48 | implements the multiplexer helper |
Wes Hardaker | 273a132 | 2003-02-20 00:53:00 +0000 | [diff] [blame] | 49 | .PP |
| 50 | Definition at line 105 of file set_data.c. |
Wes Hardaker | a8bd649 | 2003-09-06 05:06:03 +0000 | [diff] [blame] | 51 | .PP |
| 52 | References netsnmp_call_handler(), and netsnmp_extract_iterator_context(). |
| 53 | .PP |
| 54 | Referenced by netsnmp_get_multiplexer_handler(). |
Wes Hardaker | 273a132 | 2003-02-20 00:53:00 +0000 | [diff] [blame] | 55 | .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 |
| 57 | stores new and old information based on the magic number. |
| 58 | .PP |
| 59 | Definition at line 45 of file set_data.c. |
Wes Hardaker | a8bd649 | 2003-09-06 05:06:03 +0000 | [diff] [blame] | 60 | .PP |
| 61 | References netsnmp_create_data_list(), netsnmp_extract_table_info(), netsnmp_request_add_list_data(), and SNMP_MIN. |