autoip.c File Reference


Functions

void autoip_init (void)
err_t autoip_start (struct netif *netif)
err_t autoip_stop (struct netif *netif)
void autoip_tmr ()
void autoip_arp_reply (struct netif *netif, struct etharp_hdr *hdr)

Detailed Description

AutoIP Automatic LinkLocal IP Configuration

Function Documentation

void autoip_arp_reply ( struct netif netif,
struct etharp_hdr hdr 
)

Handles every incoming ARP Packet, called by etharp_arp_input.

Parameters:
netif network interface to use for autoip processing
hdr Incoming ARP packet

void autoip_init ( void   ) 

Initialize this module

err_t autoip_start ( struct netif netif  ) 

Start AutoIP client

Parameters:
netif network interface on which start the AutoIP client

err_t autoip_stop ( struct netif netif  ) 

Stop AutoIP client

Parameters:
netif network interface on which stop the AutoIP client

void autoip_tmr ( void   ) 

Has to be called in loop every AUTOIP_TMR_INTERVAL milliseconds


Generated on Sun Mar 23 19:22:46 2008 for lwIP 1.3.0 by  doxygen 1.5.4