|
iPXE
|
A test network device. More...
#include <netdev_test.h>
Data Fields | |
| struct net_device * | netdev |
| Network device. More... | |
| struct device | dev |
| Dummy physical device. More... | |
| struct testnet_setting * | testset |
| Initial settings. More... | |
| unsigned int | count |
| Number of initial settings. More... | |
A test network device.
Definition at line 24 of file netdev_test.h.
| struct net_device* testnet::netdev |
Network device.
Definition at line 26 of file netdev_test.h.
Referenced by ipv4_route_okx(), testnet_close_okx(), testnet_okx(), testnet_open_okx(), testnet_remove_okx(), and testnet_set_okx().
| 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().
| struct testnet_setting* testnet::testset |
| unsigned int testnet::count |
Number of initial settings.
Definition at line 32 of file netdev_test.h.
Referenced by testnet_okx().
1.8.15