iPXE
net_device_configuration Struct Reference

A network device configuration. More...

#include <netdevice.h>

Data Fields

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

Detailed Description

A network device configuration.

Definition at line 302 of file netdevice.h.

Field Documentation

◆ netdev

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

◆ configurator

struct net_device_configurator* net_device_configuration::configurator

◆ rc

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

◆ job

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


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