From 594c26f8a7dbb83243a5168378a2164fa08d6dd8 Mon Sep 17 00:00:00 2001 From: Joe Hershberger Date: Wed, 23 May 2012 07:58:04 +0000 Subject: 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 --- net/arp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/arp.c') diff --git a/net/arp.c b/net/arp.c index f75217c614..03272adf57 100644 --- a/net/arp.c +++ b/net/arp.c @@ -113,7 +113,7 @@ 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) { ARP_t *arp; IPaddr_t tmp; -- cgit v1.2.1