|
iPXE
|
UNDI GET IFACE INFO. More...
Data Structures | |
| struct | s_PXENV_UNDI_GET_IFACE_INFO |
| Parameter block for pxenv_undi_get_iface_info() More... | |
Macros | |
| #define | PXENV_UNDI_GET_IFACE_INFO 0x0013 |
| PXE API function code for pxenv_undi_get_iface_info() | |
| #define | SUPPORTED_BROADCAST 0x0001 |
| Broadcast supported. | |
| #define | SUPPORTED_MULTICAST 0x0002 |
| Multicast supported. | |
| #define | SUPPORTED_GROUP 0x0004 |
| Functional/group addressing supported. | |
| #define | SUPPORTED_PROMISCUOUS 0x0008 |
| Promiscuous mode supported. | |
| #define | SUPPORTED_SET_STATION_ADDRESS 0x0010 |
| Software settable station address. | |
| #define | SUPPORTED_DIAGNOSTICS 0x0040 |
| InitiateDiagnostics supported. | |
| #define | SUPPORTED_RESET 0x0400 |
| Reset MAC supported. | |
| #define | SUPPORTED_OPEN_CLOSE 0x0800 |
| Open / Close Adapter supported. | |
| #define | SUPPORTED_IRQ 0x1000 |
| Interrupt Request supported. | |
Typedefs | |
| typedef struct s_PXENV_UNDI_GET_IFACE_INFO | PXENV_UNDI_GET_IFACE_INFO_t |
Functions | |
| struct velocity_frag | __attribute__ ((packed)) |
UNDI GET IFACE INFO.
| #define PXENV_UNDI_GET_IFACE_INFO 0x0013 |
PXE API function code for pxenv_undi_get_iface_info()
Definition at line 1359 of file pxe_api.h.
Referenced by undinet_function_name(), and undinet_probe().
| #define SUPPORTED_BROADCAST 0x0001 |
Broadcast supported.
Definition at line 1362 of file pxe_api.h.
Referenced by pxenv_undi_get_iface_info().
| #define SUPPORTED_MULTICAST 0x0002 |
Multicast supported.
Definition at line 1364 of file pxe_api.h.
Referenced by pxenv_undi_get_iface_info().
| #define SUPPORTED_GROUP 0x0004 |
| #define SUPPORTED_PROMISCUOUS 0x0008 |
| #define SUPPORTED_SET_STATION_ADDRESS 0x0010 |
Software settable station address.
Definition at line 1370 of file pxe_api.h.
Referenced by pxenv_undi_get_iface_info().
| #define SUPPORTED_DIAGNOSTICS 0x0040 |
| #define SUPPORTED_RESET 0x0400 |
Reset MAC supported.
Definition at line 1374 of file pxe_api.h.
Referenced by pxenv_undi_get_iface_info().
| #define SUPPORTED_OPEN_CLOSE 0x0800 |
Open / Close Adapter supported.
Definition at line 1376 of file pxe_api.h.
Referenced by pxenv_undi_get_iface_info().
| #define SUPPORTED_IRQ 0x1000 |
Interrupt Request supported.
Definition at line 1378 of file pxe_api.h.
Referenced by pxenv_undi_get_iface_info(), and undinet_probe().
| typedef struct s_PXENV_UNDI_GET_IFACE_INFO PXENV_UNDI_GET_IFACE_INFO_t |
| struct s_PXENV_UNDI_GET_IFACE_INFO __attribute__ | ( | (packed) | ) |