関数 | |
| 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. | |
| int netsnmp_generic_compare_idx | ( | void * | row, | |
| netsnmp_variable_list * | index | |||
| ) |
| int netsnmp_generic_compare_oid | ( | void * | row, | |
| oid * | instances, | |||
| size_t | len | |||
| ) |
| int netsnmp_generic_compare_subtree_idx | ( | void * | row, | |
| netsnmp_variable_list * | index | |||
| ) |
| int netsnmp_generic_compare_subtree_oid | ( | void * | row, | |
| oid * | instances, | |||
| size_t | len | |||
| ) |
| netsnmp_variable_list* netsnmp_generic_idx | ( | void * | table | ) |
| netsnmp_variable_list* netsnmp_generic_row_idx | ( | void * | row | ) |
| size_t netsnmp_generic_row_oid | ( | void * | row, | |
| oid * | instances | |||
| ) |
1.4.7