Searched refs:LWIP_CHKSUM_COPY (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/lwip/ |
D | inet_chksum.h | 58 # ifndef LWIP_CHKSUM_COPY 59 # define LWIP_CHKSUM_COPY(dst, src, len) lwip_chksum_copy(dst, src, len) macro
|
/third_party/lwip/src/core/ |
D | tcp_out.c | 98 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), \ 102 tcp_seg_add_chksum(LWIP_CHKSUM_COPY(dst, src, len), len, chksum, chksum_swapped);
|
D | pbuf.c | 1384 copy_chksum = LWIP_CHKSUM_COPY(dst_ptr, dataptr, len); in pbuf_fill_chksum()
|
/third_party/lwip/ |
D | UPGRADING | 248 Define LWIP_CHKSUM_COPY to a memcpy-like function that returns the checksum
|
/third_party/lwip/src/api/ |
D | sockets.c | 1721 u16_t chksum = LWIP_CHKSUM_COPY(buf.p->payload, data, short_size); in lwip_sendto_internal()
|