uboot/net
Simon Glass 9b0e35cb48 net: Add a separate file for IP checksumming
Move the checksum code out into its own file so it can be used elsewhere.
Also use a new version which supports a length which is not a multiple of
2 and add a new function to add two checksums.

Signed-off-by: Simon Glass <sjg@chromium.org>
2015-01-23 21:44:59 -07:00
..
Kconfig
Makefile net: Add a separate file for IP checksumming 2015-01-23 21:44:59 -07:00
arp.c
arp.h
bootp.c
bootp.h
cdp.c
cdp.h
checksum.c net: Add a separate file for IP checksumming 2015-01-23 21:44:59 -07:00
dns.c
dns.h
eth.c
link_local.c
link_local.h
net.c
net_rand.h
nfs.c
nfs.h
ping.c
ping.h
rarp.c
rarp.h
sntp.c
sntp.h
tftp.c
tftp.h