![]() |
EVE 1.0
|
#include <string.h>
#include "contiki-conf.h"
#include "lib/assert.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) |
bool | uip_fw_quote (const uip_ipaddr_t *destipaddr) |
uint8_t | uip_fw_output (void) |
uint8_t | uip_fw_forward (void) |
void | uip_fw_register (struct uip_fw_netif *netif) |
void | uip_fw_default (struct uip_fw_netif *netif) |
void | uip_fw_periodic (void) |
uIP packet forwarding.
This file implements a number of simple functions which do packet forwarding over multiple network interfaces with uIP.
Definition in file uip-fw.c.