XINU
|
#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 |
union { ... } |
char tftp_msg::tf_data[TFTP_MAXDATA] |
Definition at line 47 of file tftp.h.
Referenced by tftpget_mb().
uint16 tftp_msg::tf_dblk |
Definition at line 46 of file tftp.h.
Referenced by tftpget_mb().
char tftp_msg::tf_ermsg[TFTP_MAXDATA] |
char tftp_msg::tf_filemode[TFTP_MAXNAM+10] |
uint16 tftp_msg::tf_opcode |
Definition at line 34 of file tftp.h.
Referenced by tftpget_mb().