Main Page | Modules | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Examples

The Contiki/uIP interface
[Network functions]


Detailed Description

TCP/IP support in Contiki is implemented using the uIP TCP/IP stack.

For sending and receiving data, Contiki uses the functions provided by the uIP module, but Contiki adds a set of functions for connection management. The connection management functions make sure that the uIP TCP/IP connections are connected to the correct process.

Contiki also includes an optional protosocket library that provides an API similar to the BSD socket API.

See also:
The uIP TCP/IP stack

Protosockets library


Files

file  tcpip.h
 Header for the Contiki/uIP interface.

Data Structures

struct  tcpip_uipstate

Defines

#define UIP_APPCALL   tcpip_uipcall
 The name of the application function that uIP should call in response to TCP/IP events.
#define UIP_UDP_APPCALL   tcpip_uipcall

Functions

void tcpip_uipcall (void)


Generated on Thu Jun 22 17:45:43 2006 for Contiki 2.x by  doxygen 1.4.4