File nut/boot/bootmon/ether.h

Included in: nut/boot/bootmon/arp.h
  nut/boot/bootmon/bootmon.c
  nut/boot/bootmon/bootmon.h

Preprocessor definitions

#define _ETHER_H

#define ETHERTYPE_IP 0x0008

#define ETHERTYPE_ARP 0x0608


Typedef ETHERHDR

typedef struct ether_header ETHERHDR
struct ether_header  
   {  
      unsigned char ether_dhost[6];  
      unsigned char ether_shost[6];  
      unsigned short ether_type;  
   }