|
iPXE
|
A network device configuration. More...
#include <netdevice.h>
Data Fields | |
| struct net_device * | netdev |
| Network device. More... | |
| struct net_device_configurator * | configurator |
| Network device configurator. More... | |
| int | rc |
| Configuration status. More... | |
| struct interface | job |
| Job control interface. More... | |
A network device configuration.
Definition at line 301 of file netdevice.h.
| struct net_device* net_device_configuration::netdev |
Network device.
Definition at line 303 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 305 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 307 of file netdevice.h.
Referenced by alloc_netdev(), ifconf_progress(), netdev_config_close(), netdev_configure(), and netdev_has_configuration_rc().
| struct interface net_device_configuration::job |
Job control interface.
Definition at line 309 of file netdevice.h.
Referenced by alloc_netdev(), netdev_close(), netdev_config_close(), and netdev_configure().
1.8.15