Home
last modified time | relevance | path

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

/third_party/musl/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/musl/porting/liteos_m/kernel/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/musl/porting/uniproton/kernel/include/arpa/
Dtftp.h9 struct tftphdr { struct
10 short th_opcode;
11 union {
15 } th_u;
16 char th_data[1];
/third_party/curl/tests/server/
Dtftp.h44 struct tftphdr { struct
45 short th_opcode; /* packet type */
46 unsigned short th_block; /* all sorts of things */
47 char th_data[1]; /* data or error string */