Home
last modified time | relevance | path

Searched refs:snmp_expand_tree (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_structs.h258 struct mib_node* snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_…
/external/syslinux/core/lwip/src/core/snmp/
Dmsg_in.c451 mn = snmp_expand_tree((struct mib_node*)&internet, in snmp_msg_getnext_event()
458 mn = snmp_expand_tree((struct mib_node*)&internet, 0, NULL, &oid); in snmp_msg_getnext_event()
Dmib_structs.c683 snmp_expand_tree(struct mib_node *node, u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) in snmp_expand_tree() function