uIP 1.0 based webserver for LPC1114 + ENC28J60

Dependencies:   mbed TMP102

Embed: (wiki syntax)

« Back to documentation index

uip-fw.h File Reference

uip-fw.h File Reference

uIP packet forwarding header file. More...

Go to the source code of this file.

Data Structures

struct  uip_fw_netif
 Representation of a uIP network interface. More...

Functions

void uip_fw_init (void)
 Initialize the uIP packet forwarding module.
uint8_t uip_fw_forward (void)
 Forward an IP packet in the uip_buf buffer.
uint8_t uip_fw_output (void)
 Output an IP packet on the correct network interface.
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 header file.

Author:
Adam Dunkels <adam@sics.se>

Definition in file uip-fw.h.