Home
last modified time | relevance | path

Searched defs:mib_list_rootnode (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_structs.h172 struct mib_list_rootnode struct
175 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
176 void (*get_value)(struct obj_def *od, u16_t len, void *value);
177 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
178 void (*set_value)(struct obj_def *od, u16_t len, void *value);
180 u8_t node_type;
181 u16_t maxlength;
184 struct mib_list_node *head;
185 struct mib_list_node *tail;
187 u16_t count;