iPXE
Data Structures | Macros | Typedefs

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() More...
 
#define SUPPORTED_BROADCAST   0x0001
 Broadcast supported. More...
 
#define SUPPORTED_MULTICAST   0x0002
 Multicast supported. More...
 
#define SUPPORTED_GROUP   0x0004
 Functional/group addressing supported. More...
 
#define SUPPORTED_PROMISCUOUS   0x0008
 Promiscuous mode supported. More...
 
#define SUPPORTED_SET_STATION_ADDRESS   0x0010
 Software settable station address. More...
 
#define SUPPORTED_DIAGNOSTICS   0x0040
 InitiateDiagnostics supported. More...
 
#define SUPPORTED_RESET   0x0400
 Reset MAC supported. More...
 
#define SUPPORTED_OPEN_CLOSE   0x0800
 Open / Close Adapter supported. More...
 
#define SUPPORTED_IRQ   0x1000
 Interrupt Request supported. More...
 

Typedefs

typedef struct s_PXENV_UNDI_GET_IFACE_INFO PXENV_UNDI_GET_IFACE_INFO_t
 

Detailed Description

UNDI GET IFACE INFO.

Macro Definition Documentation

◆ PXENV_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.

◆ SUPPORTED_BROADCAST

#define SUPPORTED_BROADCAST   0x0001

Broadcast supported.

Definition at line 1362 of file pxe_api.h.

◆ SUPPORTED_MULTICAST

#define SUPPORTED_MULTICAST   0x0002

Multicast supported.

Definition at line 1364 of file pxe_api.h.

◆ SUPPORTED_GROUP

#define SUPPORTED_GROUP   0x0004

Functional/group addressing supported.

Definition at line 1366 of file pxe_api.h.

◆ SUPPORTED_PROMISCUOUS

#define SUPPORTED_PROMISCUOUS   0x0008

Promiscuous mode supported.

Definition at line 1368 of file pxe_api.h.

◆ SUPPORTED_SET_STATION_ADDRESS

#define SUPPORTED_SET_STATION_ADDRESS   0x0010

Software settable station address.

Definition at line 1370 of file pxe_api.h.

◆ SUPPORTED_DIAGNOSTICS

#define SUPPORTED_DIAGNOSTICS   0x0040

InitiateDiagnostics supported.

Definition at line 1372 of file pxe_api.h.

◆ SUPPORTED_RESET

#define SUPPORTED_RESET   0x0400

Reset MAC supported.

Definition at line 1374 of file pxe_api.h.

◆ SUPPORTED_OPEN_CLOSE

#define SUPPORTED_OPEN_CLOSE   0x0800

Open / Close Adapter supported.

Definition at line 1376 of file pxe_api.h.

◆ SUPPORTED_IRQ

#define SUPPORTED_IRQ   0x1000

Interrupt Request supported.

Definition at line 1378 of file pxe_api.h.

Typedef Documentation

◆ PXENV_UNDI_GET_IFACE_INFO_t

Definition at line 1405 of file pxe_api.h.