XINU
Data Fields
tftp_msg Struct Reference

#include <tftp.h>

Data Fields

union {
   struct {
      char   tf_filemode [TFTP_MAXNAM+10]
 
   } 
 
   struct {
      char   tf_data [TFTP_MAXDATA]
 
      uint16   tf_dblk
 
   } 
 
   struct {
      uint16   tf_ablk
 
   } 
 
   struct {
      uint16   tf_ercode
 
      char   tf_ermsg [TFTP_MAXDATA]
 
   } 
 
}; 
 
uint16 tf_opcode
 

Detailed Description

Definition at line 33 of file tftp.h.

Field Documentation

◆ @16

union { ... }

◆ tf_ablk

uint16 tftp_msg::tf_ablk

Definition at line 53 of file tftp.h.

◆ tf_data

char tftp_msg::tf_data[TFTP_MAXDATA]

Definition at line 47 of file tftp.h.

Referenced by tftpget_mb().

◆ tf_dblk

uint16 tftp_msg::tf_dblk

Definition at line 46 of file tftp.h.

Referenced by tftpget_mb().

◆ tf_ercode

uint16 tftp_msg::tf_ercode

Definition at line 59 of file tftp.h.

◆ tf_ermsg

char tftp_msg::tf_ermsg[TFTP_MAXDATA]

Definition at line 60 of file tftp.h.

◆ tf_filemode

char tftp_msg::tf_filemode[TFTP_MAXNAM+10]

Definition at line 40 of file tftp.h.

◆ tf_opcode

uint16 tftp_msg::tf_opcode

Definition at line 34 of file tftp.h.

Referenced by tftpget_mb().


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