Included in: | nut/boot/appload/appload.h |
#define TFTP_RRQ 0x0100
#define TFTP_WRQ 02
#define TFTP_DATA 03
#define TFTP_ACK 0x0400
#define TFTP_ERROR 05
#define TFTP_OACK 06
#define SPORT 0x0004
#define TPORT 0x4500
struct tftphdr | |
{ | |
short th_opcode; | |
union | |
{ | |
short tu_block; | |
short tu_code; | |
char tu_stuff[1]; | |
} | |
th_u; | |
char th_data[512]; | |
} |