This library is deprecated.

Dependents:   HTTPClientStreamingExample HTTPClientExample HTTPServerExample HTTPServerHelloWorld ... more

Embed: (wiki syntax)

« Back to documentation index

snmp_structs.h File Reference

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 LPC1768/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 LPC1768/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

export MIB tree from mib2.c