Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of myOSC_test by
snmp_structs.h File Reference
Generic MIB tree structures. More...
Go to the source code of this file.
Data Structures | |
struct | obj_def |
object definition returned by (get_object_def)() More... | |
struct | mib_node |
node "base class" layout, the mandatory fields for a node More... | |
struct | mib_array_node |
derived node, points to a fixed size const array of sub-identifiers plus a 'child' pointer More... | |
struct | mib_ram_array_node |
derived node, points to a fixed size mem_malloced array of sub-identifiers plus a 'child' pointer More... | |
struct | mib_list_rootnode |
derived node, points to a doubly linked list of sub-identifiers plus a 'child' pointer More... | |
struct | mib_external_node |
derived node, has access functions for mib object in external memory or device using 'tree_level' and 'idx', with a range 0 . More... | |
Typedefs | |
typedef struct mib_node | mib_scalar_node |
derived node for scalars .0 index | |
Functions | |
void | noleafs_get_object_def (u8_t ident_len, s32_t *ident, struct obj_def *od) |
dummy function pointers for non-leaf MIB nodes from mib2.c | |
Variables | |
struct mib_array_node | internet |
export MIB tree from mib2.c |
Detailed Description
Generic MIB tree structures.
Definition in file LPC2368/lwip/include/lwip/snmp_structs.h.
Typedef Documentation
typedef struct mib_node mib_scalar_node |
derived node for scalars .0 index
Definition at line 124 of file LPC2368/lwip/include/lwip/snmp_structs.h.
Function Documentation
void noleafs_get_object_def | ( | u8_t | ident_len, |
s32_t * | ident, | ||
struct obj_def * | od | ||
) |
dummy function pointers for non-leaf MIB nodes from mib2.c
Variable Documentation
struct mib_array_node internet |
export MIB tree from mib2.c
Generated on Tue Jul 12 2022 22:05:57 by
