Includes: | <architecture/i386/desc.h>
<architecture/i386/tss.h> |
Introduction
Typedefs
See Also:
- struct netsnmp_column_info_t netsnmp_column_info
typedef struct netsnmp_column_info_t {
char isRange;
char list_count;
union {
unsigned int range[2];
unsigned int *list;
} details;
struct netsnmp_column_info_t *next;
} netsnmp_column_info;
Discussion
* Typedefs the netsnmp_column_info_t struct into netsnmp_column_info
See Also:
- struct netsnmp_table_registration_info_s netsnmp_table_registration_info
typedef struct netsnmp_table_registration_info_s {
netsnmp_variable_list *indexes;
unsigned int number_indexes;
unsigned int min_column;
unsigned int max_column;
netsnmp_column_info *valid_columns;
} netsnmp_table_registration_info;
Discussion
Typedefs the netsnmp_table_registration_info_s struct into
* netsnmp_table_registration_info
See Also:
- struct netsnmp_table_request_info_s netsnmp_table_request_info
typedef struct netsnmp_table_request_info_s {
unsigned int colnum;
unsigned int number_indexes;
netsnmp_variable_list *indexes;
oid index_oid[MAX_OID_LEN];
size_t index_oid_len;
netsnmp_table_registration_info *reg_info;
} netsnmp_table_request_info;
Discussion
Typedefs the netsnmp_table_request_info_s struct into
* netsnmp_table_request_info
See Also:
- netsnmp_column_info
typedef struct netsnmp_column_info_t {
char isRange;
char list_count;
union {
unsigned int range[2];
unsigned int *list;
} details;
struct netsnmp_column_info_t *next;
} netsnmp_column_info;
Discussion
* Typedefs the netsnmp_column_info_t struct into netsnmp_column_info
See Also:
- netsnmp_table_registration_info
typedef struct netsnmp_table_registration_info_s {
netsnmp_variable_list *indexes;
unsigned int number_indexes;
unsigned int min_column;
unsigned int max_column;
netsnmp_column_info *valid_columns;
} netsnmp_table_registration_info;
Discussion
Typedefs the netsnmp_table_registration_info_s struct into
* netsnmp_table_registration_info
See Also:
- netsnmp_table_request_info
typedef struct netsnmp_table_request_info_s {
unsigned int colnum;
unsigned int number_indexes;
netsnmp_variable_list *indexes;
oid index_oid[MAX_OID_LEN];
size_t index_oid_len;
netsnmp_table_registration_info *reg_info;
} netsnmp_table_request_info;
Discussion
Typedefs the netsnmp_table_request_info_s struct into
* netsnmp_table_request_info
#defines
#define TABLE_HANDLER_NAME "table"
Discussion
The table helper is designed to simplify the task of writing a
table handler for the net-snmp agent. You should create a normal
handler and register it using the netsnmp_register_table() function
instead of the netsnmp_register_handler() function.
|
Did this document help you? |
Yes: Tell us what works for you.
|
|
Last Updated: 2006-06-20