mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
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>
This commit is contained in:
@@ -41,7 +41,7 @@ int RarpTry;
|
||||
/*
|
||||
* Handle a RARP received packet.
|
||||
*/
|
||||
void rarp_receive(IP_t *ip, unsigned len)
|
||||
void rarp_receive(struct ip_udp_hdr *ip, unsigned len)
|
||||
{
|
||||
ARP_t *arp;
|
||||
|
||||
|
Reference in New Issue
Block a user