Contiki 3.x
|
Code for tunnelling uIP packets over the Rime mesh routing moduleMore...
#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... | |
Code for tunnelling uIP packets over the Rime mesh routing module
Definition in file tcpip.c.