iPXE
|
Parameter block for pxenv_undi_set_station_address() More...
#include <pxe_api.h>
Data Fields | |
PXENV_STATUS_t | Status |
PXE status code. More... | |
MAC_ADDR_t | StationAddress |
Station MAC address. More... | |
Parameter block for pxenv_undi_set_station_address()
PXENV_STATUS_t s_PXENV_UNDI_SET_STATION_ADDRESS::Status |
PXE status code.
Definition at line 1109 of file pxe_api.h.
Referenced by pxenv_undi_set_station_address().
MAC_ADDR_t s_PXENV_UNDI_SET_STATION_ADDRESS::StationAddress |
Station MAC address.
Definition at line 1110 of file pxe_api.h.
Referenced by pxenv_undi_set_station_address(), and undinet_open().