Contiki 2.5
Functions
uip-fw.c File Reference

uIP packet forwarding. More...

#include <string.h>
#include "contiki-conf.h"
#include "net/uip.h"
#include "net/uip_arch.h"
#include "net/uip-fw.h"

Go to the source code of this file.

Functions

void uip_fw_init (void)
 Initialize the uIP packet forwarding module.
 
u8_t uip_fw_output (void)
 Output an IP packet on the correct network interface. More...
 
u8_t uip_fw_forward (void)
 Forward an IP packet in the uip_buf buffer. More...
 
void uip_fw_register (struct uip_fw_netif *netif)
 Register a network interface with the forwarding module. More...
 
void uip_fw_default (struct uip_fw_netif *netif)
 Register a default network interface. More...
 
void uip_fw_periodic (void)
 Perform periodic processing.
 

Detailed Description

uIP packet forwarding.

Author
Adam Dunkels adam@.nosp@m.sics.nosp@m..se

This file implements a number of simple functions which do packet forwarding over multiple network interfaces with uIP.

Definition in file uip-fw.c.