#include "uip.h"
Go to the source code of this file.
Data Structures | |
struct | uip_fw_netif |
Defines | |
#define | UIP_FW_NETIF(ip1, ip2, ip3, ip4, nm1, nm2, nm3, nm4, outputfunc) |
#define | uip_fw_setipaddr(netif, addr) |
#define | uip_fw_setnetmask(netif, addr) |
#define | UIP_FW_LOCAL |
#define | UIP_FW_OK |
#define | UIP_FW_FORWARDED |
#define | UIP_FW_ZEROLEN |
#define | UIP_FW_TOOLARGE |
#define | UIP_FW_NOROUTE |
#define | UIP_FW_DROPPED |
Functions | |
void | uip_fw_init (void) |
u8_t | uip_fw_forward (void) |
u8_t | uip_fw_output (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 header file.
Definition in file uip-fw.h.