uIP initialization functions
[The uIP TCP/IP stack]

The uIP initialization functions are used for booting uIP. More...

Functions

void uip_init (void)
 uIP initialization function.
void uip_setipid (u16_t id)
 uIP initialization function.

Detailed Description

The uIP initialization functions are used for booting uIP.


Function Documentation

void uip_init ( void   ) 

uIP initialization function.

This function should be called at boot up to initilize the uIP TCP/IP stack.

Definition at line 371 of file uip.c.

References uip_udp_conn::lport, uip_conn::tcpstateflags, UIP_CONNS, uip_ds6_init(), UIP_LISTENPORTS, and UIP_UDP_CONNS.

Referenced by main().

void uip_setipid ( u16_t  id  ) 

uIP initialization function.

This function may be used at boot time to set the initial ip_id.

Definition at line 170 of file uip.c.


Generated on Mon Apr 11 14:23:52 2011 for Contiki 2.5 by  doxygen 1.6.1