Wes Hardaker | 0438bf4 | 2010-06-30 23:55:48 +0000 | [diff] [blame] | 1 | .TH "table_row" 3 "30 Jun 2010" "Version 5.6.pre2" "net-snmp" \" -*- nroff -*- |
Wes Hardaker | f34c2fa | 2009-04-01 22:21:24 +0000 | [diff] [blame] | 2 | .ad l |
| 3 | .nh |
| 4 | .SH NAME |
Wes Hardaker | d81ade1 | 2009-09-14 22:39:37 +0000 | [diff] [blame] | 5 | table_row \- |
Wes Hardaker | f34c2fa | 2009-04-01 22:21:24 +0000 | [diff] [blame] | 6 | .PP |
Wes Hardaker | d81ade1 | 2009-09-14 22:39:37 +0000 | [diff] [blame] | 7 | Helps you implement a table shared across two or more subagents, or otherwise split into individual row slices. |
| 8 | |
Wes Hardaker | f34c2fa | 2009-04-01 22:21:24 +0000 | [diff] [blame] | 9 | .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 |
| 26 | Helps 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 |
| 31 | return the row data structure supplied to the table_row helper |
| 32 | .PP |
| 33 | Definition at line 158 of file table_row.c. |
| 34 | .SS "\fBnetsnmp_mib_handler\fP* netsnmp_table_row_handler_get (void * row)" |
| 35 | .PP |
| 36 | returns a netsnmp_mib_handler object for the table_container helper |
| 37 | .PP |
| 38 | Definition at line 75 of file table_row.c. |
| 39 | .SH "Author" |
| 40 | .PP |
| 41 | Generated automatically by Doxygen for net-snmp from the source code. |