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_netif Struct Reference
[uIP packet forwarding]
Representation of a uIP network interface. More...
#include <uip-fw.h>
Data Fields | |
| struct uip_fw_netif * | next |
| Pointer to the next interface when linked in a list. | |
| uip_ipaddr_t | ipaddr |
| The IP address of this interface. | |
| uip_ipaddr_t | netmask |
| The netmask of the interface. | |
| uint8_t(* | output )(void) |
| A pointer to the function that sends a packet. | |
Detailed Description
Representation of a uIP network interface.
Definition at line 53 of file uip-fw.h.
Field Documentation
| struct uip_fw_netif* next |
Generated on Tue Jul 12 2022 12:52:13 by
1.7.2