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.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.
Definition in file uip-fw.h.
Generated on Tue Jul 12 2022 12:52:12 by
1.7.2