Contiki 2.5
Data Structures | Macros | Functions
uip_arp.h File Reference

Macros and definitions for the ARP module. More...

#include "net/uip.h"

Go to the source code of this file.

Data Structures

struct  uip_eth_hdr
 The Ethernet header. More...
 

Macros

#define uip_setethaddr(eaddr)
 Specifiy the Ethernet MAC address. More...
 

Functions

void uip_arp_init (void)
 Initialize the ARP module.
 
void uip_arp_arpin (void)
 ARP processing for incoming IP packets. More...
 
void uip_arp_out (void)
 Prepend Ethernet header to an outbound IP packet and see if we need to send out an ARP request. More...
 
void uip_arp_timer (void)
 Periodic ARP processing function. More...
 

Detailed Description

Macros and definitions for the ARP module.

Author
Adam Dunkels adam@.nosp@m.dunk.nosp@m.els.c.nosp@m.om

Definition in file uip_arp.h.