#include <pxe_api.h>
Data Structures | |
| union | nic_type_info |
| NIC information. More... | |
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. | |
| UINT8_t | NicType |
| NIC type. | |
| union s_PXENV_UNDI_GET_NIC_TYPE::nic_type_info | info |
| NIC information. | |
Definition at line 1410 of file pxe_api.h.
PXE status code.
Definition at line 1411 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
NIC type.
Valid values are PCI_NIC, PnP_NIC or CardBus_NIC.
Definition at line 1416 of file pxe_api.h.
Referenced by pxenv_undi_get_nic_type().
1.5.7.1