mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 16:52:14 +02:00
net: cosmetic: Un-typedef Ethernet_t
Separate the Ethernet header from the 802 header. Base the size constants on the structs. Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
This commit is contained in:
@@ -98,7 +98,7 @@ void ping_start(void)
|
||||
ping_send();
|
||||
}
|
||||
|
||||
void ping_receive(Ethernet_t *et, struct ip_udp_hdr *ip, int len)
|
||||
void ping_receive(struct ethernet_hdr *et, struct ip_udp_hdr *ip, int len)
|
||||
{
|
||||
ICMP_t *icmph = (ICMP_t *)&(ip->udp_src);
|
||||
IPaddr_t src_ip;
|
||||
|
Reference in New Issue
Block a user