Searched defs:tftphdr (Results 1 – 5 of 5) sorted by relevance
9 struct tftphdr { struct10 short th_opcode;11 union {15 } th_u;16 char th_data[1];
44 struct tftphdr { struct45 short th_opcode; /* packet type */46 unsigned short th_block; /* all sorts of things */47 char th_data[1]; /* data or error string */