and added files
[bcm963xx.git] / userapps / opensource / net-snmp / man / netsnmp_bulk_to_next.3
1 .TH "bulk_to_next: convert GETBULK requests into GETNEXT requests for the handler." 3 "10 Jan 2003" "net-snmp" \" -*- nroff -*-
2 .ad l
3 .nh
4 .SH NAME
5 bulk_to_next: convert GETBULK requests into GETNEXT requests for the handler. \- The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. 
6 More...
7 .SS "Functions"
8
9 .in +1c
10 .ti -1c
11 .RI "netsnmp_mib_handler * \fBnetsnmp_get_bulk_to_next_handler\fP (void)"
12 .br
13 .RI "\fIreturns a bulk_to_next handler that can be injected into a given handler chain.\fP"
14 .ti -1c
15 .RI "void \fBnetsnmp_bulk_to_next_fix_requests\fP (netsnmp_request_info *requests)"
16 .br
17 .RI "\fItakes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list.\fP"
18 .ti -1c
19 .RI "int \fBnetsnmp_bulk_to_next_helper\fP (netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_info *reqinfo, netsnmp_request_info *requests)"
20 .br
21 .ti -1c
22 .RI "void \fBnetsnmp_init_bulk_to_next_helper\fP (void)"
23 .br
24 .RI "\fIinitializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use.\fP"
25 .in -1c
26 .SH "DETAILED DESCRIPTION"
27 .PP 
28 The only purpose of this handler is to convert a GETBULK request to a GETNEXT request.
29 .PP
30 It is inserted into handler chains where the handler has not set the HANDLER_CAN_GETBULK flag. 
31 .SH "FUNCTION DOCUMENTATION"
32 .PP 
33 .SS "void netsnmp_bulk_to_next_fix_requests (netsnmp_request_info * requests)"
34 .PP
35 takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list.
36 .PP
37 Definition at line 39 of file bulk_to_next.c.
38 .SS "netsnmp_mib_handler* netsnmp_get_bulk_to_next_handler (void)"
39 .PP
40 returns a bulk_to_next handler that can be injected into a given handler chain.
41 .PP
42 Definition at line 30 of file bulk_to_next.c.
43 .SS "void netsnmp_init_bulk_to_next_helper (void)"
44 .PP
45 initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use.
46 .PP
47 Definition at line 95 of file bulk_to_next.c.