iPXE
Data Fields
s_PXENV_UNDI_SET_PACKET_FILTER Struct Reference

Parameter block for pxenv_undi_set_packet_filter() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
UINT8_t filter
 Receive packet filter. More...
 

Detailed Description

Parameter block for pxenv_undi_set_packet_filter()

Definition at line 1128 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UNDI_SET_PACKET_FILTER::Status

PXE status code.

Definition at line 1129 of file pxe_api.h.

Referenced by pxenv_undi_set_packet_filter().

◆ filter

UINT8_t s_PXENV_UNDI_SET_PACKET_FILTER::filter

Receive packet filter.

This field takes the same values as s_PXENV_UNDI_OPEN::PktFilter.

Note
Yes, this field is a different size to s_PXENV_UNDI_OPEN::PktFilter. Blame "the managers at Intel who apparently let a consultant come up with the spec without any kind of adult supervision" (quote from hpa).

Definition at line 1140 of file pxe_api.h.

Referenced by pxenv_undi_set_packet_filter().


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