Data Fields | |
| struct _SUBTREE * | sub_next |
| Pointer to the next branch. | |
| int | sub_numvars |
| Number of variables. | |
| SNMPVAR * | sub_vars |
| Pointer to the array of variables. | |
| size_t | sub_namelen |
| Length of the base name. | |
| OID | sub_name [MAX_OID_LEN] |
| Base name of this branch. | |
| struct _SUBTREE* _SUBTREE::sub_next |
Pointer to the next branch.
Referenced by SnmpMibFind(), and SnmpMibRegister().
Number of variables.
Referenced by SnmpMibFind(), and SnmpMibRegister().
Pointer to the array of variables.
Referenced by SnmpMibFind(), and SnmpMibRegister().
| size_t _SUBTREE::sub_namelen |
Length of the base name.
Referenced by SnmpMibFind(), and SnmpMibRegister().
| OID _SUBTREE::sub_name[MAX_OID_LEN] |
Base name of this branch.
Referenced by SnmpMibFind(), and SnmpMibRegister().