iPXE
Data Fields
tftp_error Struct Reference

A TFTP error (ERROR) packet. More...

#include <tftp.h>

Data Fields

uint16_t opcode
 
uint16_t errcode
 
char errmsg [0]
 

Detailed Description

A TFTP error (ERROR) packet.

Definition at line 56 of file tftp.h.

Field Documentation

◆ opcode

uint16_t tftp_error::opcode

Definition at line 57 of file tftp.h.

Referenced by tftp_send_error().

◆ errcode

uint16_t tftp_error::errcode

Definition at line 58 of file tftp.h.

Referenced by tftp_send_error().

◆ errmsg

char tftp_error::errmsg[0]

Definition at line 59 of file tftp.h.

Referenced by tftp_send_error().


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