_mib_tree_entry Struct Reference

#include <snmp_core.h>

Collaboration diagram for _mib_tree_entry:

Public Attributes

oidname
 
int len
 
oid_ParseFnparsefunction
 
instance_Fninstancefunction
 
int children
 
struct _mib_tree_entry ** leaves
 
struct _mib_tree_entryparent
 
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 snmpAggrType().

◆ children

int _mib_tree_entry::children

Definition at line 36 of file snmp_core.h.

Referenced by snmpAddNodeChild(), snmpLookupNodeStr(), and snmpTreeSiblingEntry().

◆ instancefunction

instance_Fn* _mib_tree_entry::instancefunction

Definition at line 35 of file snmp_core.h.

Referenced by snmpTreeNext().

◆ leaves

struct _mib_tree_entry** _mib_tree_entry::leaves

◆ len

int _mib_tree_entry::len

Definition at line 33 of file snmp_core.h.

Referenced by client_Inst(), peer_Inst(), and snmpTreeNext().

◆ name

◆ parent

struct _mib_tree_entry* _mib_tree_entry::parent

Definition at line 40 of file snmp_core.h.

Referenced by peer_Inst(), 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(), snmpTreeGet(), snmpTreeNext(), static_Inst(), and time_Inst().


The documentation for this struct was generated from the following file:

 

Introduction

Documentation

Support

Miscellaneous