Searched refs:snmp_asn1_dec_s32t (Results 1 – 3 of 3) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | snmp_asn1.h | 80 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/ |
D | msg_in.c | 930 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &version); in snmp_pdu_header_check() 1030 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->rid); in snmp_pdu_header_check() 1048 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->error_status); in snmp_pdu_header_check() 1084 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, &m_stat->error_index); in snmp_pdu_header_check() 1180 derr = snmp_asn1_dec_s32t(p, ofs + 1 + len_octets, len, vptr); in snmp_pdu_dec_varbindlist()
|
D | asn1_dec.c | 333 snmp_asn1_dec_s32t(struct pbuf *p, u16_t ofs, u16_t len, s32_t *value) in snmp_asn1_dec_s32t() function
|