blob: 53b17fc9774d103814d4f2131dba16e96f774740 [file] [log] [blame]
Wes Hardaker0438bf42010-06-30 23:55:48 +00001.TH "table_row" 3 "30 Jun 2010" "Version 5.6.pre2" "net-snmp" \" -*- nroff -*-
Wes Hardakerf34c2fa2009-04-01 22:21:24 +00002.ad l
3.nh
4.SH NAME
Wes Hardakerd81ade12009-09-14 22:39:37 +00005table_row \-
Wes Hardakerf34c2fa2009-04-01 22:21:24 +00006.PP
Wes Hardakerd81ade12009-09-14 22:39:37 +00007Helps you implement a table shared across two or more subagents, or otherwise split into individual row slices.
8
Wes Hardakerf34c2fa2009-04-01 22:21:24 +00009.SS "Functions"
10
11.in +1c
12.ti -1c
13.RI "\fBnetsnmp_mib_handler\fP * \fBnetsnmp_table_row_handler_get\fP (void *row)"
14.br
15.RI "\fIreturns a netsnmp_mib_handler object for the table_container helper \fP"
16.ti -1c
17.RI "int \fBnetsnmp_table_row_register\fP (\fBnetsnmp_handler_registration\fP *reginfo, \fBnetsnmp_table_registration_info\fP *tabreg, void *row, \fBnetsnmp_variable_list\fP *index)"
18.br
19.ti -1c
20.RI "void * \fBnetsnmp_table_row_extract\fP (\fBnetsnmp_request_info\fP *request)"
21.br
22.RI "\fIreturn the row data structure supplied to the table_row helper \fP"
23.in -1c
24.SH "Detailed Description"
25.PP
26Helps you implement a table shared across two or more subagents, or otherwise split into individual row slices.
27.SH "Function Documentation"
28.PP
29.SS "void* netsnmp_table_row_extract (\fBnetsnmp_request_info\fP * request)"
30.PP
31return the row data structure supplied to the table_row helper
32.PP
33Definition at line 158 of file table_row.c.
34.SS "\fBnetsnmp_mib_handler\fP* netsnmp_table_row_handler_get (void * row)"
35.PP
36returns a netsnmp_mib_handler object for the table_container helper
37.PP
38Definition at line 75 of file table_row.c.
39.SH "Author"
40.PP
41Generated automatically by Doxygen for net-snmp from the source code.