The Pedigree Project  0.1
Classes | Macros | Enumerations | Variables
lwip/prot/etharp.h File Reference
#include "lwip/arch.h"
#include "lwip/prot/ethernet.h"
#include "lwip/ip4_addr.h"
+ Include dependency graph for lwip/prot/etharp.h:

Go to the source code of this file.

Classes

struct  etharp_hdr
 

Macros

#define ETHARP_HWADDR_LEN   ETH_HWADDR_LEN
 
#define SIZEOF_ETHARP_HDR   28
 

Enumerations

enum  etharp_hwtype { HWTYPE_ETHERNET = 1 }
 
enum  etharp_opcode { ARP_REQUEST = 1, ARP_REPLY = 2 }
 

Variables

PACK_STRUCT_BEGIN struct etharp_hdr PACK_STRUCT_STRUCT
 

Detailed Description

ARP protocol definitions

Definition in file lwip/prot/etharp.h.