#include <uip-fw.h>
Data Fields | |
struct uip_fw_netif * | next |
u16_t | ipaddr [2] |
u16_t | netmask [2] |
u8_t(* | output )(void) |
Representation of a uIP network interface.
The IP address of this interface.
The netmask of the interface.
struct uip_fw_netif* uip_fw_netif::next [read] |
Pointer to the next interface when linked in a list.
u8_t(* uip_fw_netif::output)(void) |
A pointer to the function that sends a packet.