Representation of a network interface. More...
#include <compat.h>
| Data Fields | |
| netif_t | common_netif | 
| network interface descriptor | |
| struct netif | lwip_netif | 
| lwIP interface data | |
| rmutex_t | lock | 
| lock for the interface | |
| event_t | ev_isr | 
| ISR event. | |
| netif_t lwip_netif_t::common_netif |