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

/seL4-camkes-master/projects/lwip/src/apps/snmp/
H A Dsnmp_asn1.c377 u8_t length_bytes = data - 0x80; local
378 if (length_bytes > pbuf_stream->length) {
381 tlv->length_len = length_bytes + 1; /* this byte + defined number of length bytes following */
384 while (length_bytes > 0) {
398 length_bytes--;

Completed in 27 milliseconds