#include "uip.h"
Go to the source code of this file.
Data Structures | |
struct | uip_eth_hdr |
Defines | |
#define | UIP_ETHTYPE_ARP 0x0806 |
#define | UIP_ETHTYPE_IP 0x0800 |
#define | UIP_ETHTYPE_IP6 0x86dd |
#define | uip_setethaddr(eaddr) |
Functions | |
void | uip_arp_init (void) |
void | uip_arp_ipin (void) |
void | uip_arp_arpin (void) |
void | uip_arp_out (void) |
void | uip_arp_timer (void) |
Variables | |
struct uip_eth_addr | uip_ethaddr |
struct uip_eth_hdr | PACK_STRUCT_END |
Macros and definitions for the ARP module.
Definition in file uip_arp.h.