iPXE
Data Fields
tftp_ack Struct Reference

A TFTP acknowledgement (ACK) packet. More...

#include <tftp.h>

Data Fields

uint16_t opcode
 
uint16_t block
 

Detailed Description

A TFTP acknowledgement (ACK) packet.

Definition at line 50 of file tftp.h.

Field Documentation

◆ opcode

uint16_t tftp_ack::opcode

Definition at line 51 of file tftp.h.

Referenced by tftp_send_ack().

◆ block

uint16_t tftp_ack::block

Definition at line 52 of file tftp.h.

Referenced by tftp_send_ack().


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