iPXE
pxe_tftp_connection Struct Reference

A PXE TFTP connection. More...

Data Fields

struct interface xfer
 Data transfer interface.
void * buffer
 Data buffer.
size_t size
 Size of data buffer.
size_t start
 Starting offset of data buffer.
size_t offset
 File position.
size_t max_offset
 Maximum file position.
size_t blksize
 Block size.
unsigned int blkidx
 Block index.
int rc
 Overall return status code.

Detailed Description

A PXE TFTP connection.

Definition at line 47 of file pxe_tftp.c.

Field Documentation

◆ xfer

struct interface pxe_tftp_connection::xfer

Data transfer interface.

Definition at line 49 of file pxe_tftp.c.

◆ buffer

void* pxe_tftp_connection::buffer

Data buffer.

Definition at line 51 of file pxe_tftp.c.

◆ size

size_t pxe_tftp_connection::size

Size of data buffer.

Definition at line 53 of file pxe_tftp.c.

◆ start

size_t pxe_tftp_connection::start

Starting offset of data buffer.

Definition at line 55 of file pxe_tftp.c.

◆ offset

size_t pxe_tftp_connection::offset

File position.

Definition at line 57 of file pxe_tftp.c.

◆ max_offset

size_t pxe_tftp_connection::max_offset

Maximum file position.

Definition at line 59 of file pxe_tftp.c.

◆ blksize

size_t pxe_tftp_connection::blksize

Block size.

Definition at line 61 of file pxe_tftp.c.

◆ blkidx

unsigned int pxe_tftp_connection::blkidx

Block index.

Definition at line 63 of file pxe_tftp.c.

◆ rc

int pxe_tftp_connection::rc

Overall return status code.

Definition at line 65 of file pxe_tftp.c.


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