iPXE
Data Structures | Macros | Typedefs

UNDI OPEN. More...

Data Structures

struct  s_PXENV_UNDI_OPEN
 Parameter block for pxenv_undi_open() More...
 

Macros

#define PXENV_UNDI_OPEN   0x0006
 PXE API function code for pxenv_undi_open() More...
 
#define FLTR_DIRECTED   0x0001
 Accept "directed" packets. More...
 
#define FLTR_BRDCST   0x0002
 Accept broadcast packets. More...
 
#define FLTR_PRMSCS   0x0004
 Accept all packets; listen in promiscuous mode. More...
 
#define FLTR_SRC_RTG   0x0008
 Accept source-routed packets. More...
 

Typedefs

typedef struct s_PXENV_UNDI_OPEN PXENV_UNDI_OPEN_t
 

Detailed Description

UNDI OPEN.

Macro Definition Documentation

◆ PXENV_UNDI_OPEN

#define PXENV_UNDI_OPEN   0x0006

PXE API function code for pxenv_undi_open()

Definition at line 941 of file pxe_api.h.

◆ FLTR_DIRECTED

#define FLTR_DIRECTED   0x0001

Accept "directed" packets.

These are packets addresses to either this adapter's MAC address or to any of the configured multicast MAC addresses (see s_PXENV_UNDI_MCAST_ADDRESS).

Definition at line 949 of file pxe_api.h.

◆ FLTR_BRDCST

#define FLTR_BRDCST   0x0002

Accept broadcast packets.

Definition at line 951 of file pxe_api.h.

◆ FLTR_PRMSCS

#define FLTR_PRMSCS   0x0004

Accept all packets; listen in promiscuous mode.

Definition at line 953 of file pxe_api.h.

◆ FLTR_SRC_RTG

#define FLTR_SRC_RTG   0x0008

Accept source-routed packets.

Definition at line 955 of file pxe_api.h.

Typedef Documentation

◆ PXENV_UNDI_OPEN_t

Definition at line 978 of file pxe_api.h.