Functions |
|
| netsnmp_variable_list * | netsnmp_generic_idx (void *table) |
| Retrieve the indexing structure of the table. |
|
| netsnmp_variable_list * | netsnmp_generic_row_idx (void *row) |
| Report the index values for a row. |
|
| size_t | netsnmp_generic_row_oid (void *row, oid *instances) |
| Report the instance OIDs for a row. |
|
| int | netsnmp_generic_compare_idx (void *row, netsnmp_variable_list *index) |
| Compare a row against the specified index values. |
|
| int | netsnmp_generic_compare_oid (void *row, oid *instances, size_t len) |
| Compare a row against the specified instance OIDs. |
|
| int | netsnmp_generic_compare_subtree_idx (void *row, netsnmp_variable_list *index) |
| Check if a row lies within a subtree of index values. |
|
| int | netsnmp_generic_compare_subtree_oid (void *row, oid *instances, size_t len) |
| Check if a row lies within a subtree of instance OIDs. |
|
|
||||||||||||
|
Compare a row against the specified index values. Definition at line 326 of file table_generic.c. |
|
||||||||||||||||
|
Compare a row against the specified instance OIDs. Definition at line 332 of file table_generic.c. |
|
||||||||||||
|
Check if a row lies within a subtree of index values. Definition at line 338 of file table_generic.c. |
|
||||||||||||||||
|
Check if a row lies within a subtree of instance OIDs. Definition at line 344 of file table_generic.c. |
|
|
Retrieve the indexing structure of the table. Definition at line 308 of file table_generic.c. |
|
|
Report the index values for a row. Definition at line 314 of file table_generic.c. |
|
||||||||||||
|
Report the instance OIDs for a row. Definition at line 320 of file table_generic.c. |
1.3.9.1
Last modified: Thursday, 01-Mar-2007 16:20:02 PST
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.