Home
last modified time | relevance | path

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

/openbsd-src/sys/lib/libsa/
H A Dtftp.h76 struct tftphdr { struct
77 short th_opcode; /* packet type */
78 union {
82 } th_u;
83 char th_data[1]; /* data or error string */
/openbsd-src/include/arpa/
H A Dtftp.h55 struct tftphdr { struct
56 u_int16_t th_opcode; /* packet type */
57 union {
61 } th_u;
62 char th_data[1]; /* data or error string */