uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

Embed: (wiki syntax)

« Back to documentation index

uIP initialization functions

uIP initialization functions
[Uip]

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

Functions

void uip_init (void)
 uIP initialization function.
void uip_setipid (uint16_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 370 of file uip.c.

void uip_setipid ( uint16_t  id )

uIP initialization function.

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

Definition at line 169 of file uip.c.