~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

« back to all changes in this revision

Viewing changes to man/netsnmp_bulk_to_next.3

  • Committer: Bazaar Package Importer
  • Author(s): Jochen Friedrich
  • Date: 2010-06-10 18:02:54 UTC
  • mto: (1.4.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: james.westby@ubuntu.com-20100610180254-6ezvupl2clicwdqf
ImportĀ upstreamĀ versionĀ 5.4.3~dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "bulk_to_next" 3 "5 Sep 2008" "Version 5.4.2" "net-snmp" \" -*- nroff -*-
 
1
.TH "bulk_to_next" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
2
2
.ad l
3
3
.nh
4
4
.SH NAME
5
 
bulk_to_next \- Convert GETBULK requests into GETNEXT requests for the handler.  
 
5
bulk_to_next \- 
 
6
.PP
 
7
Convert GETBULK requests into GETNEXT requests for the handler.  
6
8
 
7
 
.PP
8
9
.SS "Functions"
9
10
 
10
11
.in +1c
27
28
.SH "Detailed Description"
28
29
.PP 
29
30
Convert GETBULK requests into GETNEXT requests for the handler. 
30
 
.PP
 
31
 
31
32
The only purpose of this handler is to convert a GETBULK request to a GETNEXT request. It is inserted into handler chains where the handler has not set the HANDLER_CAN_GETBULK flag. 
32
33
.SH "Function Documentation"
33
34
.PP 
36
37
takes answered requests and decrements the repeat count and updates the requests to the next to-do varbind in the list 
37
38
.PP
38
39
Definition at line 42 of file bulk_to_next.c.
39
 
.PP
40
 
References netsnmp_request_info_s::inclusive, variable_list::name, variable_list::name_length, netsnmp_request_info_s::next, variable_list::next_variable, netsnmp_request_info_s::range_end, netsnmp_request_info_s::range_end_len, netsnmp_request_info_s::repeat, netsnmp_request_info_s::requestvb, snmp_oid_compare(), snmp_set_var_objid(), and variable_list::type.
41
 
.PP
42
 
Referenced by netsnmp_bulk_to_next_helper().
43
40
.SS "\fBnetsnmp_mib_handler\fP* netsnmp_get_bulk_to_next_handler (void)"
44
41
.PP
45
42
returns a bulk_to_next handler that can be injected into a given handler chain. 
46
43
.PP
47
44
Definition at line 27 of file bulk_to_next.c.
48
 
.PP
49
 
References netsnmp_mib_handler_s::flags, MIB_HANDLER_AUTO_NEXT, netsnmp_bulk_to_next_helper(), netsnmp_create_handler(), and NULL.
50
 
.PP
51
 
Referenced by netsnmp_init_bulk_to_next_helper(), and netsnmp_register_handler().
52
45
.SS "void netsnmp_init_bulk_to_next_helper (void)"
53
46
.PP
54
47
initializes the bulk_to_next helper which then registers a bulk_to_next handler as a run-time injectable handler for configuration file use. 
55
48
.PP
56
49
Definition at line 139 of file bulk_to_next.c.
57
 
.PP
58
 
References netsnmp_get_bulk_to_next_handler(), and netsnmp_register_handler_by_name().
 
50
.SH "Author"
 
51
.PP 
 
52
Generated automatically by Doxygen for net-snmp from the source code.