|
iPXE
|
A network device configuration. More...
#include <netdevice.h>
Data Fields | |
| struct net_device * | netdev |
| Network device. | |
| struct net_device_configurator * | configurator |
| Network device configurator. | |
| int | rc |
| Configuration status. | |
| struct interface | job |
| Job control interface. | |
A network device configuration.
Definition at line 302 of file netdevice.h.
| struct net_device* net_device_configuration::netdev |
Network device.
Definition at line 304 of file netdevice.h.
Referenced by alloc_netdev(), and netdev_config_close().
| struct net_device_configurator* net_device_configuration::configurator |
Network device configurator.
Definition at line 306 of file netdevice.h.
Referenced by alloc_netdev(), ifconf(), ifconf_progress(), netdev_config_close(), netdev_configuration(), netdev_configurator_applies(), and netdev_configure().
| int net_device_configuration::rc |
Configuration status.
Definition at line 308 of file netdevice.h.
Referenced by alloc_netdev(), ifconf_progress(), netdev_config_close(), and netdev_configure().
| struct interface net_device_configuration::job |
Job control interface.
Definition at line 310 of file netdevice.h.
Referenced by alloc_netdev(), netdev_config_close(), and netdev_configure().