commit | 5874deca1adc5afeb6bc9be628122fd2589218bc | [log] [tgz] |
---|---|---|
author | Joe Hershberger <joe.hershberger@ni.com> | Wed Apr 08 01:41:01 2015 -0500 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:32 2015 -0600 |
tree | c3d30763163e2e67324ebc8f54d6d84d1d8f9c8a | |
parent | 51995c2156c194553109442c12006bb9fd2ce7c5 [diff] |
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>