Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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.
This file implements a number of simple functions which do packet forwarding over multiple network interfaces with uIP.
Definition in file uip-fw.c.
Generated on Tue Jul 12 2022 12:52:12 by
1.7.2