iPXE
Data Fields
tftp_rrq Struct Reference

A TFTP read request (RRQ) packet. More...

#include <tftp.h>

Data Fields

uint16_t opcode
 
char data [0]
 

Detailed Description

A TFTP read request (RRQ) packet.

Definition at line 37 of file tftp.h.

Field Documentation

◆ opcode

uint16_t tftp_rrq::opcode

Definition at line 38 of file tftp.h.

Referenced by tftp_send_rrq().

◆ data

char tftp_rrq::data[0]

Definition at line 39 of file tftp.h.


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