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