mbed OS5

Fork of UIPEthernet by Zoltan Hudak

Embed: (wiki syntax)

« Back to documentation index

UIP initialization functions

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 408 of file uip.c.

void uip_setipid ( u16_t  id )

UIP initialization function.

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

Note:
Parameters:
@retval

Definition at line 188 of file uip.c.