#include <BasicTFTP.h>
Data Fields | |
char | th_data [1] |
short | th_opcode |
union { | |
unsigned short tu_block | |
short tu_code | |
char tu_stuff [1] | |
} | th_u |
char tftphdr::th_data[1] |
Referenced by tftpd_read_file(), and tftpd_write_file().
short tftphdr::th_opcode |
Referenced by portTASK_FUNCTION(), tftpd_read_file(), tftpd_send_error(), and tftpd_write_file().
union { ... } tftphdr::th_u |
unsigned short tftphdr::tu_block |
short tftphdr::tu_code |
char tftphdr::tu_stuff[1] |