|
iPXE
|
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. | |
A PXE TFTP connection.
Definition at line 47 of file pxe_tftp.c.
| struct interface pxe_tftp_connection::xfer |
Data transfer interface.
Definition at line 49 of file pxe_tftp.c.
| void* pxe_tftp_connection::buffer |
Data buffer.
Definition at line 51 of file pxe_tftp.c.
| size_t pxe_tftp_connection::size |
Size of data buffer.
Definition at line 53 of file pxe_tftp.c.
| size_t pxe_tftp_connection::start |
Starting offset of data buffer.
Definition at line 55 of file pxe_tftp.c.
| size_t pxe_tftp_connection::offset |
File position.
Definition at line 57 of file pxe_tftp.c.
| size_t pxe_tftp_connection::max_offset |
Maximum file position.
Definition at line 59 of file pxe_tftp.c.
| size_t pxe_tftp_connection::blksize |
Block size.
Definition at line 61 of file pxe_tftp.c.
| unsigned int pxe_tftp_connection::blkidx |
Block index.
Definition at line 63 of file pxe_tftp.c.
| int pxe_tftp_connection::rc |
Overall return status code.
Definition at line 65 of file pxe_tftp.c.