File nut/include/net/if_arp.h


Included Files


Preprocessor definitions

#define _NET_IF_ARP_H_

#define ARPHRD_ETHER 1

#define ARPOP_REQUEST 1

#define ARPOP_REPLY 2


Typedef ARPHDR

typedef struct arphdr ARPHDR
struct arphdr  
   {  
      uint16_t ar_hrd;  
      uint16_t ar_pro;  
      uint8_t ar_hln;  
      uint8_t ar_pln;  
      uint16_t ar_op;  
   }