iPXE
Data Fields
tftp_any Union Reference

A union encapsulating all TFTP packet types. More...

#include <tftp.h>

Data Fields

struct tftp_common common
 
struct tftp_rrq rrq
 
struct tftp_data data
 
struct tftp_ack ack
 
struct tftp_error error
 
struct tftp_oack oack
 

Detailed Description

A union encapsulating all TFTP packet types.

Definition at line 74 of file tftp.h.

Field Documentation

◆ common

struct tftp_common tftp_any::common

Definition at line 75 of file tftp.h.

◆ rrq

struct tftp_rrq tftp_any::rrq

Definition at line 76 of file tftp.h.

◆ data

struct tftp_data tftp_any::data

Definition at line 77 of file tftp.h.

◆ ack

struct tftp_ack tftp_any::ack

Definition at line 78 of file tftp.h.

◆ error

struct tftp_error tftp_any::error

Definition at line 79 of file tftp.h.

◆ oack

struct tftp_oack tftp_any::oack

Definition at line 80 of file tftp.h.


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