Included in: | nut/boot/bootmon/arp.h |
nut/boot/bootmon/bootmon.c | |
nut/boot/bootmon/bootmon.h |
#define ETHERTYPE_IP 0x0008
#define ETHERTYPE_ARP 0x0608
struct ether_header | |
{ | |
unsigned char ether_dhost[6]; | |
unsigned char ether_shost[6]; | |
unsigned short ether_type; | |
} |