Home
last modified time | relevance | path

Searched refs:lenlen (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/apps/snmp/
A Dsnmp_traps.c309 u8_t lenlen; in snmp_trap_header_sum() local
314 snmp_asn1_enc_length_cnt(len, &lenlen); in snmp_trap_header_sum()
315 tot_len += 1 + len + lenlen; in snmp_trap_header_sum()
319 tot_len += 1 + len + lenlen; in snmp_trap_header_sum()
323 tot_len += 1 + len + lenlen; in snmp_trap_header_sum()
335 tot_len += 1 + len + lenlen; in snmp_trap_header_sum()
339 tot_len += 1 + len + lenlen; in snmp_trap_header_sum()
343 tot_len += 1 + lenlen; in snmp_trap_header_sum()
347 tot_len += 1 + lenlen + trap->comlen; in snmp_trap_header_sum()
351 tot_len += 1 + len + lenlen; in snmp_trap_header_sum()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/blast/
A Dblast.c307 static const unsigned char lenlen[] = {2, 35, 36, 53, 38, 23}; in decomp() local
318 construct(&lencode, lenlen, sizeof(lenlen)); in decomp()

Completed in 6 milliseconds