Logo
Home page Net-SNMP

Archive Search:

Require all words?

Site Search:
Google
Main Page | Modules | Data Structures | File List | Data Fields | Related Pages | Examples

table_indexes
[generic_table_API]

Routines for working with row indexes. More...

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.

Detailed Description

Routines for working with row indexes.

Function Documentation

int netsnmp_generic_compare_idx void *  row,
netsnmp_variable_list index
 

Compare a row against the specified index values.

Definition at line 326 of file table_generic.c.

int netsnmp_generic_compare_oid void *  row,
oid *  instances,
size_t  len
 

Compare a row against the specified instance OIDs.

Definition at line 332 of file table_generic.c.

int netsnmp_generic_compare_subtree_idx void *  row,
netsnmp_variable_list index
 

Check if a row lies within a subtree of index values.

Definition at line 338 of file table_generic.c.

int netsnmp_generic_compare_subtree_oid void *  row,
oid *  instances,
size_t  len
 

Check if a row lies within a subtree of instance OIDs.

Definition at line 344 of file table_generic.c.

netsnmp_variable_list* netsnmp_generic_idx void *  table  ) 
 

Retrieve the indexing structure of the table.

Definition at line 308 of file table_generic.c.

netsnmp_variable_list* netsnmp_generic_row_idx void *  row  ) 
 

Report the index values for a row.

Definition at line 314 of file table_generic.c.

size_t netsnmp_generic_row_oid void *  row,
oid *  instances
 

Report the instance OIDs for a row.

Definition at line 320 of file table_generic.c.


Generated on Fri Dec 30 13:48:01 2005 for net-snmp by  doxygen 1.3.9.1

Valid CSS!


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.