summaryrefslogtreecommitdiff
path: root/man/netsnmp_netsnmp_request_info_s.3
blob: 043e558ddbd23d2db4cf4f540775834384860380 (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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.TH "netsnmp_request_info_s" 3 "23 May 2010" "Version 5.4.3.pre1" "net-snmp" \" -*- nroff -*-
.ad l
.nh
.SH NAME
netsnmp_request_info_s \- 
.PP
The netsnmp request info structure.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <snmp_agent.h>\fP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "\fBnetsnmp_variable_list\fP * \fBrequestvb\fP"
.br
.RI "\fI\fBvariable\fP bindings \fP"
.ti -1c
.RI "\fBnetsnmp_data_list\fP * \fBparent_data\fP"
.br
.RI "\fIcan be used to pass information on a per-request basis from a helper to the later handlers \fP"
.ti -1c
.RI "struct \fBnetsnmp_agent_request_info_s\fP * \fBagent_req_info\fP"
.br
.ti -1c
.RI "oid * \fBrange_end\fP"
.br
.RI "\fIdon't free, reference to (struct \fBtree\fP)->end \fP"
.ti -1c
.RI "size_t \fBrange_end_len\fP"
.br
.ti -1c
.RI "int \fBdelegated\fP"
.br
.ti -1c
.RI "int \fBprocessed\fP"
.br
.ti -1c
.RI "int \fBinclusive\fP"
.br
.ti -1c
.RI "int \fBstatus\fP"
.br
.ti -1c
.RI "int \fBindex\fP"
.br
.RI "\fIindex in original pdu \fP"
.ti -1c
.RI "int \fBrepeat\fP"
.br
.RI "\fIget-bulk \fP"
.ti -1c
.RI "int \fBorig_repeat\fP"
.br
.ti -1c
.RI "\fBnetsnmp_variable_list\fP * \fBrequestvb_start\fP"
.br
.ti -1c
.RI "struct \fBnetsnmp_request_info_s\fP * \fBnext\fP"
.br
.ti -1c
.RI "struct \fBnetsnmp_request_info_s\fP * \fBprev\fP"
.br
.ti -1c
.RI "struct \fBnetsnmp_subtree_s\fP * \fBsubtree\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
The netsnmp request info structure. 
.PP
\fBExamples: \fP
.in +1c
.PP
\fBdelayed_instance.c\fP.
.PP
Definition at line 54 of file snmp_agent.h.
.SH "Field Documentation"
.PP 
.SS "int \fBnetsnmp_request_info_s::index\fP"
.PP
index in original pdu 
.PP
Definition at line 84 of file snmp_agent.h.
.SS "\fBnetsnmp_data_list\fP* \fBnetsnmp_request_info_s::parent_data\fP"
.PP
can be used to pass information on a per-request basis from a helper to the later handlers 
.PP
Definition at line 64 of file snmp_agent.h.
.SS "oid* \fBnetsnmp_request_info_s::range_end\fP"
.PP
don't free, reference to (struct \fBtree\fP)->end 
.PP
Definition at line 72 of file snmp_agent.h.
.SS "int \fBnetsnmp_request_info_s::repeat\fP"
.PP
get-bulk 
.PP
Definition at line 87 of file snmp_agent.h.
.SS "\fBnetsnmp_variable_list\fP* \fBnetsnmp_request_info_s::requestvb\fP"
.PP
\fBvariable\fP bindings 
.PP
\fBExamples: \fP
.in +1c
\fBdelayed_instance.c\fP.
.PP
Definition at line 58 of file snmp_agent.h.

.SH "Author"
.PP 
Generated automatically by Doxygen for net-snmp from the source code.