Home
last modified time | relevance | path

Searched defs:chksum (Results 1 - 21 of 21) sorted by relevance

/third_party/lwip/src/core/
H A Dtcp_in.c165 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, local
H A Draw.c535 u16_t chksum = ip6_chksum_pseudo(p, pcb->protocol, p->tot_len, ip_2_ip6(src_ip), ip_2_ip6(dst_ip)); in raw_sendto_if_src() local
H A Dtcp_out.c295 tcp_seg_add_chksum(u16_t chksum, u16_t len, u16_t *seg_chksum, in tcp_seg_add_chksum() argument
615 u16_t chksum = 0; tcp_write() local
850 u16_t chksum = 0; tcp_split_unsent_seg() local
907 &chksum, &chksum_swapped); tcp_split_unsent_seg() local
[all...]
H A Dpbuf.c1368 pbuf_fill_chksum(struct pbuf *p, u16_t start_offset, const void *dataptr, u16_t len, u16_t *chksum) pbuf_fill_chksum() argument
/third_party/lwip/src/include/lwip/apps/
H A Dfs.h48 u16_t chksum; member
73 const struct fsdata_chksum *chksum; member
118 const struct fsdata_chksum *chksum; member
/third_party/lwip/test/unit/tcp/
H A Dtest_tcp.c387 u16_t data_len, chksum; in START_TEST() local
/third_party/vixl/test/aarch64/examples/
H A Dtest-examples.cc458 int64_t chksum = INT64_C(0xe3d6e35c); in TEST() local
/third_party/icu/icu4c/source/test/perf/leperf/
H A DPortableFontInstance.cpp423 le_int32 chksum = 0; in getRawChecksum() local
/third_party/icu/icu4c/source/test/letest/
H A DPortableFontInstance.cpp415 le_int32 chksum = 0; in getRawChecksum() local
/third_party/lwip/src/include/lwip/priv/
H A Dtcp_priv.h263 u16_t chksum; member
/third_party/toybox/toys/posix/
H A Dtar.c82 char name[100], mode[8], uid[8], gid[8],size[12], mtime[12], chksum[8], member
/third_party/ffmpeg/libavformat/
H A Drdt.c94 ff_rdt_calc_response_and_checksum(char response[41], char chksum[9], in ff_rdt_calc_response_and_checksum() argument
/third_party/mesa3d/src/freedreno/decode/
H A Dpgmdump2.c187 chksum; /* I guess? Small changes seem to result in big diffs here */ member
/third_party/zlib/contrib/untgz/
H A Duntgz.c89 char chksum[8]; /* 148 */ member
/third_party/ffmpeg/libavcodec/
H A Divi.c1053 uint16_t chksum = ivi_calc_band_checksum(band); in decode_band() local
/third_party/exfatprogs/lib/
H A Dexfat_dir.c544 uint16_t chksum = 0; in exfat_calc_name_hash() local
/third_party/f2fs-tools/lib/
H A Dlibf2fs.c562 __u32 chksum, chksum_seed; in f2fs_inode_chksum() local
582 __u32 chksum; in f2fs_checkpoint_chksum() local
[all...]
/third_party/lwip/src/api/
H A Dsockets.c1569 u16_t chksum = ~inet_chksum_pbuf(chain_buf.p); in lwip_sendmsg_internal() local
1721 u16_t chksum = LWIP_CHKSUM_COPY(buf.p->payload, data, short_size); in lwip_sendto_internal() local
/third_party/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c676 unsigned short chksum; in write_checksums() local
/third_party/python/Lib/
H A Dtarfile.py855 chksum = 'Header checksum.', variable in TarInfo
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h134 __le32 chksum; /* checksum of compressed data */ member

Completed in 32 milliseconds