/AliOS-Things-master/components/lwip/lwip2.0.0/core/ipv4/ |
A D | ip4_frag.c | 163 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 D | chap-new.c | 258 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 D | chap-md5.c | 53 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 D | ccp.c | 1115 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 D | ip6_frag.c | 150 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 D | settings_line.c | 296 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 D | netif.c | 834 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 D | tcp_in.c | 996 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 D | libregexp.h | 48 const uint8_t *bc_buf, const uint8_t *cbuf, int cindex, int clen,
|
A D | libregexp.c | 2493 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 D | gzlog.c | 299 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 D | tinflate.c | 328 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 D | httpd.c | 1898 u16_t clen; local 2047 clen = pbuf_clen(hs->req); 2049 (clen <= LWIP_HTTPD_REQ_QUEUELEN)) {
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | ssl.h | 1723 const unsigned char *cookie, size_t clen,
|
/AliOS-Things-master/hardware/chip/rtl872xd/bin/ |
A D | km0_boot_all_2nd.bin | 132 BSDIFF40nbpatch %d header clen:%ld dlen:%ld elen:%ld crc:0x%02x...
|
/AliOS-Things-master/components/py_engine/engine/lib/oofatfs/ |
A D | ff.c | 1158 … 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 D | ff.c | 1018 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 D | duktape.c | 6696 (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 …]
|