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