Routines for working with the rows
of a table.
More...
Detailed Description
Routines for working with the rows of a table.
Function Documentation
| int netsnmp_generic_row_count |
( |
void * |
table |
) |
|
|
| void* netsnmp_generic_row_first |
( |
void * |
table |
) |
|
|
| void* netsnmp_generic_row_get |
( |
void * |
table, |
|
|
void * |
row |
|
) |
|
|
| |
Retrieve the given row from the table.
This could either be the same data pointer, passed in, or a separate row structure sharing the same index values (or
NULL).
This routine also provides a means to tell whether a given row is present in the table.
Definition at line 241 of file table_generic.c.
|
| |
Retrieve the row with the specified index values.
Definition at line 256 of file table_generic.c.
|
| void* netsnmp_generic_row_get_byoid |
( |
void * |
table, |
|
|
oid * |
instance, |
|
|
size_t |
len |
|
) |
|
|
| |
Retrieve the row with the specified instance OIDs.
Definition at line 271 of file table_generic.c.
|
| void* netsnmp_generic_row_next |
( |
void * |
table, |
|
|
void * |
row |
|
) |
|
|
| |
Retrieve the following row from the table.
If the specified row is not present, this routine should return the entry next after the position this row would have
occupied.
Definition at line 250 of file table_generic.c.
|
| |
Retrieve the next row after the specified index values.
Definition at line 263 of file table_generic.c.
|
| void* netsnmp_generic_row_next_byoid |
( |
void * |
table, |
|
|
oid * |
instance, |
|
|
size_t |
len |
|
) |
|
|
| |
Retrieve the next row after the specified instance OIDs.
Definition at line 277 of file table_generic.c.
|
Generated on Fri Dec 30 13:48:01 2005 for net-snmp by
1.3.9.1