Home
last modified time | relevance | path

Searched refs:obj_def (Results 1 – 4 of 4) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_structs.h72 struct obj_def struct
109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
112 void (*get_value)(struct obj_def *od, u16_t len, void *value);
114 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
116 void (*set_value)(struct obj_def *od, u16_t len, void *value);
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
132 void (*get_value)(struct obj_def *od, u16_t len, void *value);
133 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
134 void (*set_value)(struct obj_def *od, u16_t len, void *value);
149 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
[all …]
Dsnmp_msg.h246 struct obj_def ext_object_def;
/external/syslinux/core/lwip/src/core/snmp/
Dmib2.c79 static void system_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
80 static void system_get_value(struct obj_def *od, u16_t len, void *value);
81 static u8_t system_set_test(struct obj_def *od, u16_t len, void *value);
82 static void system_set_value(struct obj_def *od, u16_t len, void *value);
83 static void interfaces_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
84 static void interfaces_get_value(struct obj_def *od, u16_t len, void *value);
85 static void ifentry_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
86 static void ifentry_get_value(struct obj_def *od, u16_t len, void *value);
88 static u8_t ifentry_set_test (struct obj_def *od, u16_t len, void *value);
89 static void ifentry_set_value (struct obj_def *od, u16_t len, void *value);
[all …]
Dmsg_in.c279 struct obj_def object_def; in snmp_msg_get_event()
482 struct obj_def object_def; in snmp_msg_getnext_event()
657 struct obj_def object_def; in snmp_msg_set_event()
752 struct obj_def object_def; in snmp_msg_set_event()