Lines Matching refs:s32_t

85   s32_t *id_inst_ptr;
91 s32_t *ident;
109 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
131 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
140 const s32_t *objid;
149 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
158 s32_t *objid;
166 s32_t objid;
175 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
195 void (*get_object_def)(u8_t ident_len, s32_t *ident, struct obj_def *od);
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);
222 void (*get_object_def_a)(u8_t rid, u8_t ident_len, s32_t *ident, struct obj_def *od);
228 void (*get_object_def_pc)(u8_t rid, u8_t ident_len, s32_t *ident);
238 void noleafs_get_object_def(u8_t ident_len, s32_t *ident, struct obj_def *od);
243 void snmp_oidtoip(s32_t *ident, ip_addr_t *ip);
244 void snmp_iptooid(ip_addr_t *ip, s32_t *ident);
245 void snmp_ifindextonetif(s32_t ifindex, struct netif **netif);
246 void snmp_netiftoifindex(struct netif *netif, s32_t *ifidx);
248 struct mib_list_node* snmp_mib_ln_alloc(s32_t id);
253 s8_t snmp_mib_node_insert(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **insn);
254 s8_t snmp_mib_node_find(struct mib_list_rootnode *rn, s32_t objid, struct mib_list_node **fn);
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);