Home
last modified time | relevance | path

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

/freebsd/include/arpa/
H A Dtftp.h52 struct tftphdr { struct
53 unsigned short th_opcode; /* packet type */
54 union {
58 } __packed th_u;
59 char th_data[1]; /* data or error string */