Lines Matching refs:u8_t

75   u8_t instance;
77 u8_t access;
79 u8_t asn_type;
83 u8_t id_inst_len;
90 u8_t ident_len;
109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
114 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
118 u8_t node_type;
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
133 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
136 u8_t node_type;
149 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
151 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
154 u8_t node_type;
175 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
177 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
180 u8_t node_type;
195 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
197 u8_t (*set_test)(struct obj_def *od, u16_t len, void *value);
200 u8_t node_type;
208 u8_t tree_levels;
210 u16_t (*level_length)(void* addr_inf, u8_t level);
213 s32_t (*ident_cmp)(void* addr_inf, u8_t level, u16_t idx, s32_t sub_id);
214 void (*get_objid)(void* addr_inf, u8_t level, u16_t idx, s32_t *sub_id);
217 void (*get_object_def_q)(void* addr_inf, u8_t rid, u8_t ident_len, s32_t *ident);
218 void (*get_value_q)(u8_t rid, struct obj_def *od);
219 void (*set_test_q)(u8_t rid, struct obj_def *od);
220 void (*set_value_q)(u8_t rid, struct obj_def *od, u16_t len, void *value);
222 void (*get_object_def_a)(u8_t rid, u8_t ident_len, s32_t *ident, struct obj_def *od);
223 void (*get_value_a)(u8_t rid, struct obj_def *od, u16_t len, void *value);
224 u8_t (*set_test_a)(u8_t rid, struct obj_def *od, u16_t len, void *value);
225 void (*set_value_a)(u8_t rid, struct obj_def *od, u16_t len, void *value);
228 void (*get_object_def_pc)(u8_t rid, u8_t ident_len, s32_t *ident);
229 void (*get_value_pc)(u8_t rid, struct obj_def *od);
230 void (*set_test_pc)(u8_t rid, struct obj_def *od);
231 void (*set_value_pc)(u8_t rid, struct obj_def *od);
238 void noleafs_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
240 u8_t noleafs_set_test(struct obj_def *od, u16_t len, void *value);
257 struct mib_node* snmp_search_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_name_ptr *np);
258 struct mib_node* snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret);
259 u8_t snmp_iso_prefix_tst(u8_t ident_len, s32_t *ident);
260 u8_t snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret);