Searched refs:snmp_asn1_dec_s32t (Results 1 - 3 of 3) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
H A Dsnmp_asn1.h80 err_t snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value);
/external/syslinux/core/lwip/src/core/snmp/
H A Dmsg_in.c930 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &version);
1030 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->rid);
1048 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->error_status);
1084 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->error_index);
1180 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, vptr);
H A Dasn1_dec.c333 snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value) function

Completed in 87 milliseconds