Searched defs:tftphdr (Results 1 – 2 of 2) sorted by relevance
76 struct tftphdr { struct77 short th_opcode; /* packet type */78 union {82 } th_u;83 char th_data[1]; /* data or error string */
55 struct tftphdr { struct56 u_int16_t th_opcode; /* packet type */57 union {61 } th_u;62 char th_data[1]; /* data or error string */