Lines Matching refs:checksum
358 * netbuf.h/.c, sockets.c, api_msg.c: use checksum-on-copy for sending
363 take a precalculated checksum, added pbuf_fill_chksum() to copy data
364 into a pbuf and at the same time calculating the checksum for that data
371 * ip.c: Inline generating IP checksum to save a function call
394 * tcp_impl.h, tcp_out.c, inet_chksum.h/.c: task #6849: Calculate checksum
1892 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_len
2376 create checksum over the complete packet. On RX, if it's < 8 (and not 0),
2785 now handled by the checksum routine properly.
2805 * inet.c: Rewrote standard checksum routine in proper portable C.
2813 * inet.c: Fixed unaligned 16-bit access in the standard checksum
2885 Added casts for return values of checksum routines, to pacify compiler.
3134 * Problems with UDP checksum calculation.
3274 the Internet checksum modules.