Data Fields | |
struct _viewEntry * | next |
int | view_index |
int | view_type |
size_t | view_subtree_len |
OID | view_subtree [MAX_OID_LEN] |
char | view_name [16] |
Definition at line 59 of file snmp_config.h.
struct _viewEntry* VIEW_LIST::next |
Definition at line 60 of file snmp_config.h.
Referenced by SnmpViewCreate(), and SnmpViewFind().
Definition at line 61 of file snmp_config.h.
Referenced by SnmpViewCreate(), and SnmpViewFind().
Definition at line 62 of file snmp_config.h.
Referenced by SnmpViewCreate().
size_t VIEW_LIST::view_subtree_len |
Definition at line 63 of file snmp_config.h.
Referenced by SnmpViewCreate().
OID VIEW_LIST::view_subtree[MAX_OID_LEN] |
Definition at line 64 of file snmp_config.h.
Referenced by SnmpViewCreate().
char VIEW_LIST::view_name[16] |
Definition at line 65 of file snmp_config.h.
Referenced by SnmpViewCreate(), and SnmpViewFind().