Searched refs:checksum (Results 1 – 3 of 3) sorted by relevance
101 uint32_t checksum; member
113 * Calculate the TCP/UDP checksum while copying to only fetch data once:114 Define LWIP_CHKSUM_COPY to a memcpy-like function that returns the checksum
358 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending363 take a precalculated checksum, added pbuf_fill_chksum() to copy data364 into a pbuf and at the same time calculating the checksum for that data371 * ip.c: Inline generating IP checksum to save a function call394 * tcp_impl.h, tcp_out.c, inet_chksum.h/.c: task #6849: Calculate checksum1892 to disable UDP checksum generation on transmit.2206 short and also was generated wrong if checksum coverage != tot_len;2207 receive: checksum was calculated wrong if checksum coverage != tot_len2376 create checksum over the complete packet. On RX, if it's < 8 (and not 0),2785 now handled by the checksum routine properly.[all …]