summaryrefslogtreecommitdiff
path: root/man/netsnmp_set_data.3
blob: 6ab42a42e52e172aaac62a8973a2e7dc5fecf7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.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_s\fP"
.br
.ti -1c
.RI "struct \fBnetsnmp_set_data_store_s\fP"
.br
.in -1c
.SS "Functions"

.in +1c
.ti -1c
.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)"
.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_handler\fP (\fBnetsnmp_mib_handler_methods\fP *req)"
.br
.RI "\fIreturns a multiplixer handler given a \fBnetsnmp_mib_handler_methods\fP structure of subhandlers.\fP"
.ti -1c
.RI "int \fBnetsnmp_multiplexer_helper_handler\fP (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)"
.br
.RI "\fIimplements the multiplexer helper\fP"
.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_methods\fP * req)"
.PP
returns a multiplixer handler given a \fBnetsnmp_mib_handler_methods\fP 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.