Home
last modified time | relevance | path

Searched refs:raw_len (Results 1 – 7 of 7) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dsnmp_asn1.h82 err_t snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw);
93 err_t snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw);
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dasn1_enc.c562 snmp_asn1_enc_raw(struct pbuf *p, u16_t ofs, u16_t raw_len, u8_t *raw) in snmp_asn1_enc_raw() argument
577 while (raw_len > 1) in snmp_asn1_enc_raw()
580 raw_len--; in snmp_asn1_enc_raw()
598 if (raw_len > 0) in snmp_asn1_enc_raw()
A Dasn1_dec.c596 snmp_asn1_dec_raw(struct pbuf *p, u16_t ofs, u16_t len, u16_t raw_len, u8_t *raw) in snmp_asn1_dec_raw() argument
612 if (raw_len >= len) in snmp_asn1_dec_raw()
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_asn1.h100 err_t snmp_asn1_enc_raw(struct snmp_pbuf_stream* pbuf_stream, const u8_t *raw, u16_t raw_len);
A Dsnmp_asn1.c133 snmp_asn1_enc_raw(struct snmp_pbuf_stream* pbuf_stream, const u8_t *raw, u16_t raw_len) in snmp_asn1_enc_raw() argument
135 PBUF_OP_EXEC(snmp_pbuf_stream_writebuf(pbuf_stream, raw, raw_len)); in snmp_asn1_enc_raw()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_asn1.h99 err_t snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len);
A Dsnmp_asn1.c133 snmp_asn1_enc_raw(struct snmp_pbuf_stream *pbuf_stream, const u8_t *raw, u16_t raw_len) in snmp_asn1_enc_raw() argument
135 PBUF_OP_EXEC(snmp_pbuf_stream_writebuf(pbuf_stream, raw, raw_len)); in snmp_asn1_enc_raw()

Completed in 11 milliseconds