iPXE
Data Structures | Typedefs | Functions

PXE entry points and calling conventions. More...

Data Structures

struct  s_PXENV
 The PXENV+ structure. More...
 
struct  s_PXE
 The !PXE structure. More...
 

Typedefs

typedef struct s_PXENV PXENV_t
 
typedef struct s_PXE PXE_t
 

Functions

struct s_PXENV __attribute__ ((packed))
 

Detailed Description

PXE entry points and calling conventions.

Typedef Documentation

◆ PXENV_t

typedef struct s_PXENV PXENV_t

Definition at line 126 of file pxe_api.h.

◆ PXE_t

typedef struct s_PXE PXE_t

Definition at line 231 of file pxe_api.h.

Function Documentation

◆ __attribute__()

struct s_PXENV __attribute__ ( (packed)  )