Home
last modified time | relevance | path

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

/third_party/lwip/src/apps/snmp/
Dsnmp_asn1.h102 err_t snmp_asn1_dec_u64t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u64_t *value);
Dsnmp_asn1.c644 snmp_asn1_dec_u64t(struct snmp_pbuf_stream *pbuf_stream, u16_t len, u64_t *value) in snmp_asn1_dec_u64t() function
Dsnmp_msg.c1935 …VB_PARSE_EXEC(snmp_asn1_dec_u64t(&(enumerator->pbuf_stream), tlv.value_len, (u64_t *)varbind->valu… in snmp_vb_enumerator_get_next()