net: cosmetic: Change IPaddr_t to struct in_addr
authorJoe Hershberger <joe.hershberger@ni.com>
Wed, 8 Apr 2015 06:41:01 +0000 (01:41 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2015 17:11:32 +0000 (11:11 -0600)
commit049a95a7759c0e384c1fc7b8575d968d56a33997
treec3d30763163e2e67324ebc8f54d6d84d1d8f9c8a
parent2ea4cfdef64a690ced0af005fd7a581751a3e581
net: cosmetic: Change IPaddr_t to struct in_addr

This patch is simply clean-up to make the IPv4 type that is used match
what Linux uses. It also attempts to move all variables that are IP
addresses use good naming instead of CamelCase. No functional change.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Acked-by: Simon Glass <sjg@chromium.org>
22 files changed:
common/cmd_net.c
common/cmd_pxe.c
drivers/net/netconsole.c
drivers/net/sandbox-raw.c
drivers/net/sandbox.c
include/common.h
include/net.h
lib/net_utils.c
net/arp.c
net/arp.h
net/bootp.c
net/bootp.h
net/dns.c
net/eth.c
net/link_local.c
net/net.c
net/nfs.c
net/ping.c
net/rarp.c
net/sntp.c
net/tftp.c
test/dm/eth.c