Home
last modified time | relevance | path

Searched refs:LWIP_CHKSUM_COPY (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Dinet_chksum.h58 # ifndef LWIP_CHKSUM_COPY
59 # define LWIP_CHKSUM_COPY(dst, src, len) lwip_chksum_copy(dst, src, len) macro
/third_party/lwip/src/core/
Dtcp_out.c98 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);
Dpbuf.c1384 copy_chksum = LWIP_CHKSUM_COPY(dst_ptr, dataptr, len); in pbuf_fill_chksum()
/third_party/lwip/
DUPGRADING248 Define LWIP_CHKSUM_COPY to a memcpy-like function that returns the checksum
/third_party/lwip/src/api/
Dsockets.c1721 u16_t chksum = LWIP_CHKSUM_COPY(buf.p->payload, data, short_size); in lwip_sendto_internal()