EVE 1.0
tcpip.c File Reference
#include "contiki-net.h"
#include <string.h>
#include "net/uip-debug.h"
Include dependency graph for tcpip.c:

Go to the source code of this file.

Functions

uint8_t tcpip_output (void)
 Output packet to layer 2 The eventual parameter is the MAC address of the destination.
 
void tcpip_input (void)
 Deliver an incoming packet to the TCP/IP stack. More...
 

Variables

process_event_t tcpip_event
 

Detailed Description

Code for tunnelling uIP packets over the Rime mesh routing module

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se
Mathilde Durvy mdurv.nosp@m.y@ci.nosp@m.sco.c.nosp@m.om (IPv6 related code)
Julien Abeille jabei.nosp@m.lle@.nosp@m.cisco.nosp@m..com (IPv6 related code)

Definition in file tcpip.c.