Searched refs:od (Results 1 – 2 of 2) sorted by relevance
| /lib/liblwip/src/core/snmp/ |
| D | mib2.c | 79 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 …]
|
| /lib/liblwip/src/include/lwip/ |
| D | snmp_structs.h | 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); 150 void (*get_value)(struct obj_def *od, u16_t len, void *value); [all …]
|