Contiki 3.x
Functions | Variables
tcpip.c File Reference

    Code for tunnelling uIP packets over the Rime mesh routing module
More...

#include "contiki-net.h"
#include "net/ip/uip-split.h"
#include "net/ip/uip-packetqueue.h"
#include "net/ipv6/uip-nd6.h"
#include "net/ipv6/uip-ds6.h"
#include <string.h>
#include "net/ip/uip-debug.h"
#include "rpl/rpl.h"

Go to the source code of this file.

Functions

uint8_t tcpip_output (const uip_lladdr_t *a)
 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...
 
void tcpip_ipv6_output (void)
 This function does address resolution and then calls tcpip_output.
 

Variables

process_event_t tcpip_event
 The uIP event. More...
 

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.