#include <net-snmp/net-snmp-config.h>#include <net-snmp/library/container.h>#include <net-snmp/agent/table_array.h>#include "../../config.h"


Go to the source code of this file.
Data Structures | |
| struct | openserSIPMethodSupportedTable_context_s |
Defines | |
| #define | COLUMN_OPENSERSIPMETHODNAME 2 |
| #define | COLUMN_OPENSERSIPMETHODSUPPORTEDINDEX 1 |
| #define | openserSIPMethodSupportedTable_COL_MAX 2 |
| #define | openserSIPMethodSupportedTable_COL_MIN 2 |
| #define | openserSIPMethodSupportedTable_TABLE_OID OPENSER_OID,3,1,1,1,1,7 |
Typedefs | |
| typedef struct openserSIPMethodSupportedTable_context_s | openserSIPMethodSupportedTable_context |
Functions | |
| void | init_openserSIPMethodSupportedTable (void) |
| void | initialize_table_openserSIPMethodSupportedTable (void) |
| const openserSIPMethodSupportedTable_context * | openserSIPMethodSupportedTable_get_by_idx (netsnmp_index *) |
| const openserSIPMethodSupportedTable_context * | openserSIPMethodSupportedTable_get_by_idx_rs (netsnmp_index *, int row_status) |
| int | openserSIPMethodSupportedTable_get_value (netsnmp_request_info *, netsnmp_index *, netsnmp_table_request_info *) |
Variables | |
| oid | openserSIPMethodSupportedTable_oid [] |
| size_t | openserSIPMethodSupportedTable_oid_len |
| #define COLUMN_OPENSERSIPMETHODNAME 2 |
Definition at line 108 of file openserSIPMethodSupportedTable.h.
Referenced by openserSIPMethodSupportedTable_get_value().
| #define COLUMN_OPENSERSIPMETHODSUPPORTEDINDEX 1 |
Definition at line 107 of file openserSIPMethodSupportedTable.h.
| #define openserSIPMethodSupportedTable_COL_MAX 2 |
Definition at line 111 of file openserSIPMethodSupportedTable.h.
Referenced by initialize_table_openserSIPMethodSupportedTable().
| #define openserSIPMethodSupportedTable_COL_MIN 2 |
Definition at line 110 of file openserSIPMethodSupportedTable.h.
Referenced by initialize_table_openserSIPMethodSupportedTable().
| #define openserSIPMethodSupportedTable_TABLE_OID OPENSER_OID,3,1,1,1,1,7 |
Definition at line 102 of file openserSIPMethodSupportedTable.h.
| void init_openserSIPMethodSupportedTable | ( | void | ) |
Definition at line 114 of file openserSIPMethodSupportedTable.c.
References createRow(), initialize_table_openserSIPMethodSupportedTable(), and module_loaded().
Referenced by initialize_agentx().
| void initialize_table_openserSIPMethodSupportedTable | ( | void | ) |
create the table structure itself
Definition at line 179 of file openserSIPMethodSupportedTable.c.
References cb, my_handler, openserSIPMethodSupportedTable_COL_MAX, openserSIPMethodSupportedTable_COL_MIN, openserSIPMethodSupportedTable_get_value(), openserSIPMethodSupportedTable_oid, and openserSIPMethodSupportedTable_oid_len.
Referenced by init_openserSIPMethodSupportedTable().
| const openserSIPMethodSupportedTable_context* openserSIPMethodSupportedTable_get_by_idx | ( | netsnmp_index * | ) |
| const openserSIPMethodSupportedTable_context* openserSIPMethodSupportedTable_get_by_idx_rs | ( | netsnmp_index * | , | |
| int | row_status | |||
| ) |
| int openserSIPMethodSupportedTable_get_value | ( | netsnmp_request_info * | , | |
| netsnmp_index * | , | |||
| netsnmp_table_request_info * | ||||
| ) |
SnmpAdminString = ASN_OCTET_STR
We shouldn't get here
Definition at line 235 of file openserSIPMethodSupportedTable.c.
References COLUMN_OPENSERSIPMETHODNAME, openserSIPMethodSupportedTable_context_s::openserSIPMethodName, and openserSIPMethodSupportedTable_context_s::openserSIPMethodName_len.
Referenced by initialize_table_openserSIPMethodSupportedTable().
Definition at line 55 of file openserSIPMethodSupportedTable.c.
Referenced by initialize_table_openserSIPMethodSupportedTable().
Definition at line 58 of file openserSIPMethodSupportedTable.c.
Referenced by initialize_table_openserSIPMethodSupportedTable().
1.5.6