File nut/boot/eboot/ether.h

Included in: nut/boot/eboot/arp.h
  nut/boot/eboot/eboot.h

Included Files


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;  
   }