weAut_01 / weAutSys    R 2.2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Functions
uIP initialisation functions
+ + uIP -- Adam Dunkels' TCP/IP stack + +

Overview

The uIP initialisation functions are used for booting uIP.

Functions

void uip_init (void)
 uIP initialisation function
void uip_setipid (uint16_t id)
 uIP initialisation function

Function Documentation

void uip_init ( void  )

uIP initialisation function

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

void uip_setipid ( uint16_t  id)

uIP initialisation function

This function may be used at boot time to set the initial ip_id which is an increasing number that is used for the IP ID field.