File nut/include/net/if_arp.h
Included Files
#include <nut/include/sys/types.h>
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
{
u_short ar_hrd;
u_short ar_pro;
u_char ar_hln;
u_char ar_pln;
u_short ar_op;
}