s_PXENV_UNDI_ISR Struct Reference
[PXENV_UNDI_ISR]

Parameter block for pxenv_undi_isr(). More...

#include <pxe_api.h>


Data Fields

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


Detailed Description

Parameter block for pxenv_undi_isr().

Definition at line 1569 of file pxe_api.h.


Field Documentation

PXE status code.

Definition at line 1570 of file pxe_api.h.

Referenced by pxenv_undi_isr().

Data buffer length.

Definition at line 1580 of file pxe_api.h.

Referenced by pxenv_undi_isr(), and undinet_poll().

Total frame length.

Definition at line 1581 of file pxe_api.h.

Referenced by pxenv_undi_isr(), and undinet_poll().

Frame header length.

Definition at line 1582 of file pxe_api.h.

Referenced by pxenv_undi_isr().

Data buffer address.

Definition at line 1583 of file pxe_api.h.

Referenced by pxenv_undi_isr(), and undinet_poll().

Protocol type.

Valid values are P_IP, P_ARP, P_RARP or P_OTHER.

Definition at line 1588 of file pxe_api.h.

Referenced by pxenv_undi_isr().

Packet type.

Valid values are P_DIRECTED, P_BROADCAST or P_MULTICAST.

Definition at line 1593 of file pxe_api.h.

Referenced by pxenv_undi_isr().


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