iPXE
Data Fields
testnet Struct Reference

A test network device. More...

#include <netdev_test.h>

Data Fields

struct net_devicenetdev
 Network device. More...
 
struct device dev
 Dummy physical device. More...
 
struct testnet_settingtestset
 Initial settings. More...
 
unsigned int count
 Number of initial settings. More...
 

Detailed Description

A test network device.

Definition at line 24 of file netdev_test.h.

Field Documentation

◆ netdev

struct net_device* testnet::netdev

◆ dev

struct device testnet::dev

Dummy physical device.

Definition at line 28 of file netdev_test.h.

Referenced by ipv4_route_okx(), testnet_okx(), and testnet_set_okx().

◆ testset

struct testnet_setting* testnet::testset

Initial settings.

Definition at line 30 of file netdev_test.h.

Referenced by testnet_okx().

◆ count

unsigned int testnet::count

Number of initial settings.

Definition at line 32 of file netdev_test.h.

Referenced by testnet_okx().


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