| struct tftphdr { | |
| short th_opcode; | |
| union { | |
| unsigned short tu_block; | |
| short tu_code; | |
| char tu_stuff[1]; | |
| } th_u; | |
| char th_data[1]; | |
| }; | |
| struct tftphdr { | |
| short th_opcode; | |
| union { | |
| unsigned short tu_block; | |
| short tu_code; | |
| char tu_stuff[1]; | |
| } th_u; | |
| char th_data[1]; | |
| }; | |