Home
last modified time | relevance | path

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

/illumos-gate/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 */
/illumos-gate/usr/src/head/arpa/
H A Dtftp.h57 struct tftphdr { struct
58 short th_opcode; /* packet type */
59 ushort_t th_block; /* block # */
60 char th_data[1]; /* data or error string */