iPXE
Data Fields
net_device_configuration Struct Reference

A network device configuration. More...

#include <netdevice.h>

Data Fields

struct net_devicenetdev
 Network device. More...
 
struct net_device_configuratorconfigurator
 Network device configurator. More...
 
int rc
 Configuration status. More...
 
struct interface job
 Job control interface. More...
 

Detailed Description

A network device configuration.

Definition at line 301 of file netdevice.h.

Field Documentation

◆ netdev

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().

◆ configurator

struct net_device_configurator* net_device_configuration::configurator

◆ rc

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().

◆ job

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().


The documentation for this struct was generated from the following file: