s_PXENV_UNDI_OPEN Struct Reference
[PXENV_UNDI_OPEN]

Parameter block for pxenv_undi_open(). More...

#include <pxe_api.h>


Data Fields

PXENV_STATUS_t Status
 PXE status code.
UINT16_t OpenFlag
 Open flags as defined in NDIS 2.0.
UINT16_t PktFilter
 Receive packet filter.
struct s_PXENV_UNDI_MCAST_ADDRESS R_Mcast_Buf
 Multicast MAC addresses.


Detailed Description

Parameter block for pxenv_undi_open().

Definition at line 1005 of file pxe_api.h.


Field Documentation

PXE status code.

Definition at line 1006 of file pxe_api.h.

Referenced by pxenv_undi_open().

Open flags as defined in NDIS 2.0.

This is the OpenOptions field as passed to the NDIS 2.0 OpenAdapter() API call. It is defined to be "adapter specific", though 0 is guaranteed to be a valid value.

Definition at line 1013 of file pxe_api.h.

Referenced by pxenv_undi_open().

Receive packet filter.

This is the bitwise-OR of any of the following flags: FLTR_DIRECTED, FLTR_BRDCST, FLTR_PRMSCS and FLTR_SRC_RTG.

Definition at line 1020 of file pxe_api.h.

Referenced by pxenv_undi_open(), and undinet_open().

Multicast MAC addresses.

Definition at line 1022 of file pxe_api.h.

Referenced by pxenv_undi_open().


The documentation for this struct was generated from the following file:

Generated on Tue Apr 6 20:02:09 2010 for gPXE by  doxygen 1.5.7.1