Representation of a uIP network interface. More...
#include <core/net/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. | |
u8_t(* | output )(void) |
A pointer to the function that sends a packet. |
Representation of a uIP network interface.
Definition at line 54 of file uip-fw.h.
struct uip_fw_netif* uip_fw_netif::next [read] |
u8_t(* uip_fw_netif::output)(void) |
A pointer to the function that sends a packet.