iPXE
Data Fields
tftp_data Struct Reference

A TFTP data (DATA) packet. More...

#include <tftp.h>

Data Fields

uint16_t opcode
 
uint16_t block
 
uint8_t data [0]
 

Detailed Description

A TFTP data (DATA) packet.

Definition at line 43 of file tftp.h.

Field Documentation

◆ opcode

uint16_t tftp_data::opcode

Definition at line 44 of file tftp.h.

◆ block

uint16_t tftp_data::block

Definition at line 45 of file tftp.h.

◆ data

uint8_t tftp_data::data[0]

Definition at line 46 of file tftp.h.


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