summaryrefslogtreecommitdiffstats
path: root/net/arp.h
diff options
context:
space:
mode:
authorJoe Hershberger <joe.hershberger@ni.com>2012-05-23 07:58:04 +0000
committerJoe Hershberger <joe.hershberger@ni.com>2012-05-23 17:46:00 -0500
commit594c26f8a7dbb83243a5168378a2164fa08d6dd8 (patch)
treeda2d24d45ee1bb1f9320e023b3a1a24fa25c1d02 /net/arp.h
parent8b9c53221f6ce30ad132e3202e6d445bc21ed8aa (diff)
downloadblackbird-obmc-uboot-594c26f8a7dbb83243a5168378a2164fa08d6dd8.tar.gz
blackbird-obmc-uboot-594c26f8a7dbb83243a5168378a2164fa08d6dd8.zip
net: cosmetic: Un-typedef IP_t
Rename IP header related things to IP_UDP. The existing definition of IP_t includes UDP header, so name it to accurately describe the structure. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Diffstat (limited to 'net/arp.h')
-rw-r--r--net/arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/arp.h b/net/arp.h
index 4016a9099a..b59fbdd2ed 100644
--- a/net/arp.h
+++ b/net/arp.h
@@ -25,6 +25,6 @@ extern int NetArpWaitTry;
void ArpInit(void);
void ArpRequest(void);
void ArpTimeoutCheck(void);
-void ArpReceive(Ethernet_t *et, IP_t *ip, int len);
+void ArpReceive(Ethernet_t *et, struct ip_udp_hdr *ip, int len);
#endif /* __ARP_H__ */
OpenPOWER on IntegriCloud