Home
last modified time | relevance | path

Searched refs:checksum (Results 1 – 3 of 3) sorted by relevance

/sys/amd64/include/
Dmultiboot.h101 uint32_t checksum; member
/lib/liblwip/
DUPGRADING113 * 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
DCHANGELOG358 * 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.
[all …]