File nut/boot/appload/ether.h
Included in:
nut/boot/appload/appload.h
nut/boot/appload/arp.h
Included Files
#include "nut/boot/appload/types.h"
Preprocessor definitions
#define _ETHER_H
#define ETHERTYPE_IP 0x0008
#define ETHERTYPE_ARP 0x0608
Typedef ETHERHDR
typedef struct ether_header ETHERHDR
struct ether_header
{
u_char ether_dhost[6];
u_char ether_shost[6];
u_short ether_type;
}