#include <snmp_core.h>
Public Attributes | |
oid * | name |
int | len |
oid_ParseFn * | parsefunction |
instance_Fn * | instancefunction |
int | children |
struct _mib_tree_entry ** | leaves |
struct _mib_tree_entry * | parent |
AggrType | aggrType |
Detailed Description
Definition at line 31 of file snmp_core.h.
Member Data Documentation
◆ aggrType
AggrType _mib_tree_entry::aggrType |
Definition at line 41 of file snmp_core.h.
Referenced by snmpAddNode(), and snmpAggrType().
◆ children
int _mib_tree_entry::children |
Definition at line 36 of file snmp_core.h.
Referenced by snmpAddNode(), snmpAddNodeChild(), and snmpLookupNodeStr().
◆ instancefunction
instance_Fn* _mib_tree_entry::instancefunction |
Definition at line 35 of file snmp_core.h.
Referenced by snmpAddNode(), and snmpTreeNext().
◆ leaves
struct _mib_tree_entry** _mib_tree_entry::leaves |
Definition at line 38 of file snmp_core.h.
Referenced by peer_Inst(), snmpAddNode(), snmpAddNodeChild(), snmpLookupNodeStr(), snmpTreeEntry(), snmpTreeNext(), and snmpTreeSiblingEntry().
◆ len
int _mib_tree_entry::len |
Definition at line 33 of file snmp_core.h.
Referenced by client_Inst(), peer_Inst(), snmpAddNode(), and snmpTreeNext().
◆ name
oid* _mib_tree_entry::name |
Definition at line 32 of file snmp_core.h.
Referenced by peer_Inst(), snmpAddNode(), snmpAggrType(), snmpLookupNodeStr(), snmpTreeEntry(), snmpTreeGet(), snmpTreeNext(), and snmpTreeSiblingEntry().
◆ parent
struct _mib_tree_entry* _mib_tree_entry::parent |
Definition at line 40 of file snmp_core.h.
Referenced by peer_Inst(), snmpAddNode(), snmpAddNodeChild(), and snmpTreeNext().
◆ parsefunction
oid_ParseFn* _mib_tree_entry::parsefunction |
Definition at line 34 of file snmp_core.h.
Referenced by client_Inst(), peer_Inst(), snmpAddNode(), snmpTreeGet(), snmpTreeNext(), static_Inst(), and time_Inst().
The documentation for this struct was generated from the following file:
- src/snmp_core.h