iPXE
Data Fields

Parameter block for pxenv_undi_isr() More...

#include <pxe_api.h>

Data Fields

PXENV_STATUS_t Status
 PXE status code. More...
 
UINT16_t FuncFlag
 Function flag. More...
 
UINT16_t BufferLength
 Data buffer length. More...
 
UINT16_t FrameLength
 Total frame length. More...
 
UINT16_t FrameHeaderLength
 Frame header length. More...
 
SEGOFF16_t Frame
 Data buffer address. More...
 
UINT8_t ProtType
 Protocol type. More...
 
UINT8_t PktType
 Packet type. More...
 

Detailed Description

Parameter block for pxenv_undi_isr()

Definition at line 1479 of file pxe_api.h.

Field Documentation

◆ Status

PXENV_STATUS_t s_PXENV_UNDI_ISR::Status

PXE status code.

Definition at line 1480 of file pxe_api.h.

Referenced by pxenv_undi_isr().

◆ FuncFlag

UINT16_t s_PXENV_UNDI_ISR::FuncFlag

◆ BufferLength

UINT16_t s_PXENV_UNDI_ISR::BufferLength

Data buffer length.

Definition at line 1490 of file pxe_api.h.

Referenced by pxenv_undi_isr(), and undinet_poll().

◆ FrameLength

UINT16_t s_PXENV_UNDI_ISR::FrameLength

Total frame length.

Definition at line 1491 of file pxe_api.h.

Referenced by pxenv_undi_isr(), and undinet_poll().

◆ FrameHeaderLength

UINT16_t s_PXENV_UNDI_ISR::FrameHeaderLength

Frame header length.

Definition at line 1492 of file pxe_api.h.

Referenced by pxenv_undi_isr(), and undinet_poll().

◆ Frame

SEGOFF16_t s_PXENV_UNDI_ISR::Frame

Data buffer address.

Definition at line 1493 of file pxe_api.h.

Referenced by pxenv_undi_isr(), and undinet_poll().

◆ ProtType

UINT8_t s_PXENV_UNDI_ISR::ProtType

Protocol type.

Valid values are P_IP, P_ARP, P_RARP or P_OTHER.

Definition at line 1498 of file pxe_api.h.

Referenced by pxenv_undi_isr().

◆ PktType

UINT8_t s_PXENV_UNDI_ISR::PktType

Packet type.

Valid values are P_DIRECTED, P_BROADCAST or P_MULTICAST.

Definition at line 1503 of file pxe_api.h.

Referenced by pxenv_undi_isr().


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