#include <parse.h>
Public Attributes | |
struct snmp_mib_tree * | child_list |
struct snmp_mib_tree * | next_peer |
struct snmp_mib_tree * | parent |
char | label [64] |
u_int | subid |
int | type |
struct enum_list * | enums |
void(* | printer )(char *buf, variable_list *var, void *foo, int quiet) |
Detailed Description
Member Data Documentation
◆ child_list
struct snmp_mib_tree* snmp_mib_tree::child_list |
Definition at line 51 of file parse.h.
Referenced by build_tree(), do_subtree(), find_rfc1066_mib(), get_symbol(), and parse_subtree().
◆ enums
struct enum_list* snmp_mib_tree::enums |
Definition at line 57 of file parse.h.
Referenced by build_tree(), and do_subtree().
◆ label
char snmp_mib_tree::label[64] |
Definition at line 54 of file parse.h.
Referenced by build_tree(), do_subtree(), get_symbol(), and parse_subtree().
◆ next_peer
struct snmp_mib_tree* snmp_mib_tree::next_peer |
Definition at line 52 of file parse.h.
Referenced by build_tree(), do_subtree(), find_rfc1066_mib(), get_symbol(), and parse_subtree().
◆ parent
struct snmp_mib_tree* snmp_mib_tree::parent |
Definition at line 53 of file parse.h.
Referenced by build_tree(), and do_subtree().
◆ printer
void(* snmp_mib_tree::printer) (char *buf, variable_list *var, void *foo, int quiet) |
◆ subid
u_int snmp_mib_tree::subid |
Definition at line 55 of file parse.h.
Referenced by build_tree(), do_subtree(), find_rfc1066_mib(), get_symbol(), and parse_subtree().
◆ type
int snmp_mib_tree::type |
Definition at line 56 of file parse.h.
Referenced by build_tree(), and do_subtree().
The documentation for this struct was generated from the following file:
- include/parse.h