Contiki 3.x
Functions
uIP initialization functions

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

Functions

void uip_init (void)
 uIP initialization function. More...
 
void uip_setipid (uint16_t id)
 uIP initialization function. More...
 

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 411 of file uip6.c.

References uip_udp_conn::lport, UIP_CONNS, uip_ds6_init(), uip_icmp6_init(), UIP_LISTENPORTS, uip_nd6_init(), and UIP_UDP_CONNS.

void uip_setipid ( uint16_t  id)

uIP initialization function.

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