Home
last modified time | relevance | path

Searched refs:clen (Results 1 – 18 of 18) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/
A Dip4_frag.c163 u16_t clen; in ip_reass_free_complete_datagram() local
183 clen = pbuf_clen(p); in ip_reass_free_complete_datagram()
185 pbufs_freed += clen; in ip_reass_free_complete_datagram()
199 clen = pbuf_clen(pcur); in ip_reass_free_complete_datagram()
201 pbufs_freed += clen; in ip_reass_free_complete_datagram()
278 LWIP_UNUSED_ARG(clen); in ip_reass_enqueue_new_datagram()
285 if (ip_reass_remove_oldest_datagram(fraghdr, clen) >= clen) { in ip_reass_enqueue_new_datagram()
490 u16_t offset, len, clen; in ip4_reass() local
507 clen = pbuf_clen(p); in ip4_reass()
516 ip_reass_pbufcount, clen, IP_REASS_MAX_PBUFS)); in ip4_reass()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dchap-new.c258 int clen = 1, nlen, len; in chap_generate_challenge() local
265 clen = *p; in chap_generate_challenge()
437 int clen, nlen; local
456 clen = pkt[0];
482 clen = *outp;
596 int clen, nlen; local
618 clen = p[0];
619 if (len < clen + 1)
622 nlen = len - clen - 1;
624 for (; clen > 0; --clen) {
[all …]
A Dchap-md5.c53 int clen; in chap_md5_generate_challenge() local
56 clen = MD5_MIN_CHALLENGE + magic_pow(MD5_MIN_MAX_POWER_OF_TWO_CHALLENGE); in chap_md5_generate_challenge()
57 *cp++ = clen; in chap_md5_generate_challenge()
58 magic_random_bytes(cp, clen); in chap_md5_generate_challenge()
A Dccp.c1115 int len, clen, type; in ccp_reqci() local
1132 clen = len; in ccp_reqci()
1137 clen = p[1]; in ccp_reqci()
1142 if (!ao->mppe || clen != CILEN_MPPE) { in ccp_reqci()
1234 if (!ao->deflate || clen != CILEN_DEFLATE in ccp_reqci()
1323 if (!ao->predictor_1 || clen != CILEN_PREDICTOR_1) { in ccp_reqci()
1336 if (!ao->predictor_2 || clen != CILEN_PREDICTOR_2) { in ccp_reqci()
1362 MEMCPY(retp, p, clen); in ccp_reqci()
1363 retp += clen; in ccp_reqci()
1366 p += clen; in ccp_reqci()
[all …]
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv6/
A Dip6_frag.c150 u16_t clen; in ip6_reass_free_complete_datagram() local
169 clen = pbuf_clen(p); in ip6_reass_free_complete_datagram()
171 pbufs_freed += clen; in ip6_reass_free_complete_datagram()
185 clen = pbuf_clen(pcur); in ip6_reass_free_complete_datagram()
187 pbufs_freed += clen; in ip6_reass_free_complete_datagram()
265 u16_t clen; in ip6_reass() local
280 clen = pbuf_clen(p); in ip6_reass()
312 ip6_reass_remove_oldest_datagram(ipr, clen); in ip6_reass()
355 if ((ip6_reass_pbufcount + clen) > IP_REASS_MAX_PBUFS) { in ip6_reass()
357 ip6_reass_remove_oldest_datagram(ipr, clen); in ip6_reass()
[all …]
/AliOS-Things-master/components/ble_host/bt_host/port/core/settings/src/
A Dsettings_line.c296 size_t rem_size, read_size, exp_size, clen, olen; in settings_line_val_read() local
342 clen = MIN(olen + off_begin - off, rem_size); in settings_line_val_read()
344 memcpy(out, &dec_buf[off - off_begin], clen); in settings_line_val_read()
345 rem_size -= clen; in settings_line_val_read()
351 out += clen; in settings_line_val_read()
352 off += clen; in settings_line_val_read()
/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dnetif.c834 u16_t clen = 0; in netif_loop_output() local
856 clen = pbuf_clen(r); in netif_loop_output()
858 if (((netif->loop_cnt_current + clen) < netif->loop_cnt_current) || in netif_loop_output()
859 ((netif->loop_cnt_current + clen) > LWIP_LOOPBACK_MAX_PBUFS)) { in netif_loop_output()
866 netif->loop_cnt_current += clen; in netif_loop_output()
956 u8_t clen = 1; in netif_poll() local
962 clen++; in netif_poll()
968 ((netif->loop_cnt_current - clen) < netif->loop_cnt_current)); in netif_poll()
969 netif->loop_cnt_current -= clen; in netif_poll()
A Dtcp_in.c996 u16_t clen; local
1012 clen = pbuf_clen(next->p);
1015 LWIP_ASSERT("pcb->snd_queuelen >= pbuf_clen(next->p)", (pcb->snd_queuelen >= clen));
1017 pcb->snd_queuelen = (u16_t)(pcb->snd_queuelen - clen);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibregexp.h48 const uint8_t *bc_buf, const uint8_t *cbuf, int cindex, int clen,
A Dlibregexp.c2493 const uint8_t *bc_buf, const uint8_t *cbuf, int cindex, int clen, in lre_exec() argument
2507 s->cbuf_end = cbuf + (clen << cbuf_type); in lre_exec()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A Dgzlog.c299 ulong clen; /* length (modulo 2^32) of compressed data */ member
423 log->clen = PULL4(buf + HEAD + 20); in log_head()
445 PUT4(ext + 20, log->clen); in log_mark()
691 log->clen = log->tlen; in log_compress()
696 log->tlen = log->clen; in log_compress()
/AliOS-Things-master/components/py_engine/engine/lib/uzlib/
A Dtinflate.c328 unsigned int clen = tinf_read_bits(d, 3, 0); in tinf_decode_trees() local
330 lengths[clcidx[i]] = clen; in tinf_decode_trees()
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/
A Dhttpd.c1898 u16_t clen; local
2047 clen = pbuf_clen(hs->req);
2049 (clen <= LWIP_HTTPD_REQ_QUEUELEN)) {
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h1723 const unsigned char *cookie, size_t clen,
/AliOS-Things-master/hardware/chip/rtl872xd/bin/
A Dkm0_boot_all_2nd.bin132 ����BSDIFF40����nbpatch %d header clen:%ld dlen:%ld elen:%ld crc:0x%02x...
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/
A Dff.c1158 … DWORD clen = (DWORD)((obj->objsize - 1) / SS(fs)) / fs->csize; /* Number of clusters - 1 */ in get_fat() local
1160 if (obj->stat == 2 && cofs <= clen) { /* Is it a contiguous chain? */ in get_fat()
1161 … val = (cofs == clen) ? 0x7FFFFFFF : clst + 1; /* No data on the FAT, generate the value */ in get_fat()
/AliOS-Things-master/components/fatfs/src/
A Dff.c1018 DWORD clen = (DWORD)((obj->objsize - 1) / SS(fs)) / fs->csize; /* Number of clusters - 1 */ in get_fat() local
1020 if (obj->stat == 2 && cofs <= clen) { /* Is it a contiguous chain? */ in get_fat()
1021 val = (cofs == clen) ? 0x7FFFFFFF : clst + 1; /* No data on the FAT, generate the value */ in get_fat()
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c6696 (x)->clen = (v); \
6787 duk_uint32_t clen; member
18011 duk_size_t clen; in duk_unicode_unvalidated_utf8_length() local
18025 clen = blen - ncont; in duk_unicode_unvalidated_utf8_length()
18027 return clen; in duk_unicode_unvalidated_utf8_length()
18039 duk_size_t clen; in duk_unicode_unvalidated_utf8_length() local
18102 return clen; in duk_unicode_unvalidated_utf8_length()
68806 duk_uint32_t clen; local
68817 h->clen = (duk_uint32_t) clen;
68828 return h->clen;
[all …]

Completed in 302 milliseconds