#include <uip-fw.h>
Collaboration diagram for uip_fw_netif:

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. | |
1.3.6