Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/include/lwip/
Dsnmp_structs.h260 u8_t snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret);
/external/syslinux/core/lwip/src/core/snmp/
Dmib_structs.c1140 snmp_iso_prefix_expand(u8_t ident_len, s32_t *ident, struct snmp_obj_id *oidret) in snmp_iso_prefix_expand() function
Dmsg_in.c446 if (snmp_iso_prefix_expand(msg_ps->vb_ptr->ident_len, msg_ps->vb_ptr->ident, &oid)) in snmp_msg_getnext_event()