/third_party/lwip/src/core/ |
H A D | tcp_in.c | 165 u16_t chksum = ip_chksum_pseudo(p, IP_PROTO_TCP, p->tot_len, local
|
H A D | raw.c | 535 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 D | tcp_out.c | 295 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 D | pbuf.c | 1368 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 D | fs.h | 48 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 D | test_tcp.c | 387 u16_t data_len, chksum; in START_TEST() local
|
/third_party/vixl/test/aarch64/examples/ |
H A D | test-examples.cc | 458 int64_t chksum = INT64_C(0xe3d6e35c); in TEST() local
|
/third_party/icu/icu4c/source/test/perf/leperf/ |
H A D | PortableFontInstance.cpp | 423 le_int32 chksum = 0; in getRawChecksum() local
|
/third_party/icu/icu4c/source/test/letest/ |
H A D | PortableFontInstance.cpp | 415 le_int32 chksum = 0; in getRawChecksum() local
|
/third_party/lwip/src/include/lwip/priv/ |
H A D | tcp_priv.h | 263 u16_t chksum; member
|
/third_party/toybox/toys/posix/ |
H A D | tar.c | 82 char name[100], mode[8], uid[8], gid[8],size[12], mtime[12], chksum[8], member
|
/third_party/ffmpeg/libavformat/ |
H A D | rdt.c | 94 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 D | pgmdump2.c | 187 chksum; /* I guess? Small changes seem to result in big diffs here */ member
|
/third_party/zlib/contrib/untgz/ |
H A D | untgz.c | 89 char chksum[8]; /* 148 */ member
|
/third_party/ffmpeg/libavcodec/ |
H A D | ivi.c | 1053 uint16_t chksum = ivi_calc_band_checksum(band); in decode_band() local
|
/third_party/exfatprogs/lib/ |
H A D | exfat_dir.c | 544 uint16_t chksum = 0; in exfat_calc_name_hash() local
|
/third_party/f2fs-tools/lib/ |
H A D | libf2fs.c | 562 __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 D | sockets.c | 1569 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 D | makefsdata.c | 676 unsigned short chksum; in write_checksums() local
|
/third_party/python/Lib/ |
H A D | tarfile.py | 855 chksum = 'Header checksum.', variable in TarInfo [all...] |
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 134 __le32 chksum; /* checksum of compressed data */ member
|