Present network interface device. More...
#include <net.h>
Data Fields | |
measured_strings_t | configuration |
Configuration. | |
module_ref | driver |
Serving network interface driver module index. | |
device_id_t | id |
System-unique network interface identifier. | |
module_ref | il |
Serving internet layer module index. | |
char * | name |
System-unique network interface name. | |
module_ref | nil |
Serving link layer module index. |
Present network interface device.
measured_strings_t netif::configuration |
Configuration.
Referenced by read_netif_configuration(), start_device(), and startup().
Serving network interface driver module index.
Referenced by start_device(), and startup().
System-unique network interface identifier.
Referenced by start_device(), and startup().
Serving internet layer module index.
Referenced by start_device(), and startup().
char* netif::name |
System-unique network interface name.
Referenced by startup().
Serving link layer module index.
Referenced by start_device(), and startup().