#include <pxe_api.h>
Data Fields | |
| PXENV_STATUS_t | Status |
| PXE status code. | |
| UINT16_t | BaseIo |
| I/O base address. | |
| UINT16_t | IntNumber |
| IRQ number. | |
| UINT16_t | MaxTranUnit |
| Adapter MTU. | |
| UINT16_t | HwType |
| Hardware type. | |
| UINT16_t | HwAddrLen |
| MAC address length. | |
| MAC_ADDR_t | CurrentNodeAddress |
| Current MAC address. | |
| MAC_ADDR_t | PermNodeAddress |
| Permanent (EEPROM) MAC address. | |
| SEGSEL_t | ROMAddress |
| Real-mode ROM segment address. | |
| UINT16_t | RxBufCt |
| Receive queue length. | |
| UINT16_t | TxBufCt |
| Transmit queue length. | |
Definition at line 1229 of file pxe_api.h.
PXE status code.
Definition at line 1230 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
I/O base address.
Definition at line 1231 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
IRQ number.
Definition at line 1232 of file pxe_api.h.
Referenced by pxenv_undi_get_information(), and undinet_probe().
Hardware type.
Valid values are defined in RFC1010 ("Assigned numbers"), and are ETHER_TYPE, EXP_ETHER_TYPE, AX25_TYPE, TOKEN_RING_TYPE, CHAOS_TYPE, IEEE_TYPE or ARCNET_TYPE.
Definition at line 1240 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
MAC address length.
Definition at line 1241 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
Current MAC address.
Definition at line 1242 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
Permanent (EEPROM) MAC address.
Definition at line 1243 of file pxe_api.h.
Referenced by pxenv_undi_get_information(), and undinet_probe().
Real-mode ROM segment address.
Definition at line 1244 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
Receive queue length.
Definition at line 1245 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
Transmit queue length.
Definition at line 1246 of file pxe_api.h.
Referenced by pxenv_undi_get_information().
1.5.7.1