Network interface device specific data. More...
#include <netif.h>
Data Fields | |
| device_id_t | device_id |
| Device identifier. | |
| int | nil_phone |
| Receiving network interface layer phone. | |
| device_state_t | state |
| Actual device state. | |
| void * | specific |
| Driver specific data. | |
Network interface device specific data.
Device identifier.
Referenced by netif_probe_message(), netif_start_message(), netif_stop_message(), and register_message().
Receiving network interface layer phone.
Referenced by irq_handler(), netif_probe_message(), netif_send_message(), and register_message().
| void* netif_device::specific |
Driver specific data.
Referenced by create(), irq_handler(), netif_get_addr_message(), netif_get_device_stats(), netif_probe_message(), netif_send_message(), netif_start_message(), and netif_stop_message().
Actual device state.
Referenced by change_state(), change_state_message(), netif_probe_message(), netif_send_message(), netif_start_message(), and netif_stop_message().
1.6.1