Home
last modified time | relevance | path

Searched defs:tftphdr (Results 1 – 2 of 2) sorted by relevance

/titanic_53/usr/src/boot/include/arpa/
H A Dtftp.h53 struct tftphdr { struct
54 unsigned short th_opcode; /* packet type */
55 union {
59 } __packed th_u;
60 char th_data[1]; /* data or error string */
/titanic_53/usr/src/head/arpa/
H A Dtftp.h59 struct tftphdr { struct
60 short th_opcode; /* packet type */
61 ushort_t th_block; /* block # */
62 char th_data[1]; /* data or error string */