uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

Embed: (wiki syntax)

« Back to documentation index

uip-fw.c File Reference

uip-fw.c File Reference

uIP packet forwarding. More...

Go to the source code of this file.

Functions

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

Detailed Description

uIP packet forwarding.

Author:
Adam Dunkels <adam@sics.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.