#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. | |
Definition at line 1005 of file pxe_api.h.
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().
struct s_PXENV_UNDI_MCAST_ADDRESS s_PXENV_UNDI_OPEN::R_Mcast_Buf [read] |
Multicast MAC addresses.
Definition at line 1022 of file pxe_api.h.
Referenced by pxenv_undi_open().
1.5.7.1